Plugin Directory

Changeset 396424


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

Bugfix to component's set_service function

Location:
url-shortener/tags/4.0.1
Files:
1 deleted
4 edited

Legend:

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

    r396382 r396424  
    3030 */
    3131
    32 if ( !interface_exists('jzsc_interface') ) :
    33     include( dirname(__FILE__) . '/lib/jzsc.interface.php' );
    34 endif;
    35 
    36 
    3732if ( !class_exists('jzsc_shared') ) :
    3833    include( dirname(__FILE__) . '/lib/jzsc.shared.php' );
     
    5247
    5348if ( !class_exists('jzsc_complex') ) :
    54     class jzsc_complex extends jzsc_shared implements jzsc_interface{
     49    class jzsc_complex extends jzsc_shared{
    5550
    5651
  • url-shortener/tags/4.0.1/components/jz_shortener/jzsc.googl.php

    r396382 r396424  
    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/tags/4.0.1/components/jz_shortener/jzsc.simple.php

    r396382 r396424  
    3030 *****************************************
    3131 */
    32 if ( !interface_exists('jzsc_interface') ) :
    33     include( dirname(__FILE__) . '/lib/jzsc.interface.php' );
    34 endif;
    3532
    3633if ( !class_exists('jzsc_shared') ) :
     
    5148
    5249if ( !class_exists('jzsc_simple') ) :
    53     class jzsc_simple extends jzsc_shared implements jzsc_interface{
     50    class jzsc_simple extends jzsc_shared{
    5451
    5552
  • url-shortener/tags/4.0.1/components/jz_shortener/jzsc.yourls.php

    r396382 r396424  
    2121 *****************************************
    2222 */
    23 if ( !interface_exists('jzsc_interface') ) :
    24     include( dirname(__FILE__) . '/lib/jzsc.interface.php' );
    25 endif;
    2623
    2724if ( !class_exists('jzsc_shared') ) :
     
    4239
    4340if ( !class_exists('jzsc_yourls') ) :
    44     class jzsc_yourls extends jzsc_shared implements jzsc_interface{
     41    class jzsc_yourls extends jzsc_shared{
    4542
    4643
Note: See TracChangeset for help on using the changeset viewer.