Plugin Directory

Changeset 396423


Ignore:
Timestamp:
06/13/2011 04:28:07 AM (15 years ago)
Author:
geraldyeo
Message:

Bugfix to component's set_service function

Location:
url-shortener/trunk
Files:
1 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • url-shortener/trunk/components/jz_shortener/jzsc.complex.php

    r396382 r396423  
    2929 *****************************************
    3030 */
    31 
    32 if ( !interface_exists('jzsc_interface') ) :
    33     include( dirname(__FILE__) . '/lib/jzsc.interface.php' );
    34 endif;
    35 
    36 
    3731if ( !class_exists('jzsc_shared') ) :
    3832    include( dirname(__FILE__) . '/lib/jzsc.shared.php' );
     
    5246
    5347if ( !class_exists('jzsc_complex') ) :
    54     class jzsc_complex extends jzsc_shared implements jzsc_interface{
     48    class jzsc_complex extends jzsc_shared {
    5549
    5650
  • url-shortener/trunk/components/jz_shortener/jzsc.googl.php

    r396382 r396423  
    2121 *****************************************
    2222 */
    23 if ( !interface_exists('jzsc_interface') ) :
    24     include( dirname(__FILE__) . '/lib/jzsc.interface.php' );
    25 endif;
    26 
    2723if ( !class_exists('jzsc_shared') ) :
    2824    include( dirname(__FILE__) . '/lib/jzsc.shared.php' );
     
    4238
    4339if ( !class_exists('jzsc_googl') ) :
    44     class jzsc_googl extends jzsc_shared implements jzsc_interface{
     40    class jzsc_googl extends jzsc_shared{
    4541
    4642
  • url-shortener/trunk/components/jz_shortener/jzsc.simple.php

    r396382 r396423  
    3030 *****************************************
    3131 */
    32 if ( !interface_exists('jzsc_interface') ) :
    33     include( dirname(__FILE__) . '/lib/jzsc.interface.php' );
    34 endif;
    35 
    3632if ( !class_exists('jzsc_shared') ) :
    3733    include( dirname(__FILE__) . '/lib/jzsc.shared.php' );
     
    5147
    5248if ( !class_exists('jzsc_simple') ) :
    53     class jzsc_simple extends jzsc_shared implements jzsc_interface{
     49    class jzsc_simple extends jzsc_shared{
    5450
    5551
  • url-shortener/trunk/components/jz_shortener/jzsc.yourls.php

    r396382 r396423  
    2121 *****************************************
    2222 */
    23 if ( !interface_exists('jzsc_interface') ) :
    24     include( dirname(__FILE__) . '/lib/jzsc.interface.php' );
    25 endif;
    26 
    2723if ( !class_exists('jzsc_shared') ) :
    2824    include( dirname(__FILE__) . '/lib/jzsc.shared.php' );
     
    4238
    4339if ( !class_exists('jzsc_yourls') ) :
    44     class jzsc_yourls extends jzsc_shared implements jzsc_interface{
     40    class jzsc_yourls extends jzsc_shared{
    4541
    4642
Note: See TracChangeset for help on using the changeset viewer.