Dotclear

Changeset 1371


Ignore:
Timestamp:
08/06/09 11:05:05 (14 years ago)
Author:
Tomtom33
Message:

lunarPhase 1.0.5 :

  • fixes PHP 5.3 compatibility
Location:
plugins/lunarPhase
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • plugins/lunarPhase/_define.php

    r1187 r1371  
    1717          /* Description */        'Display the moon phases', 
    1818          /* Author */             'Tomtom (http://plugins.zenstyle.fr)', 
    19           /* Verion */             '1.0.4', 
     19          /* Verion */             '1.0.5', 
    2020          /* Premission */         'usage,contentadmin' 
    2121); 
  • plugins/lunarPhase/_public.php

    r1187 r1371  
    3939      * @return     string 
    4040      */ 
    41      public static function widget(&$w) 
     41     public static function widget($w) 
    4242     { 
    4343          global $core; 
  • plugins/lunarPhase/_widgets.php

    r878 r1371  
    2222      * @param object    w 
    2323      */ 
    24      public static function initWidgets(&$w) 
     24     public static function initWidgets($w) 
    2525     { 
    2626          $w->create('lunarphase',__('Moon phases'),array('lunarPhasePublic','widget')); 
  • plugins/lunarPhase/inc/class.lunarphase.php

    r1187 r1371  
    2020      * Constructor of the class... What else? (Yes, i drink Nespresso ;)) 
    2121      */ 
    22      public function __construct(&$core,&$w) 
     22     public function __construct($core,$w) 
    2323     { 
    2424          $this->core =& $core; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map