Dotclear


Ignore:
Timestamp:
07/20/10 19:15:26 (13 years ago)
Author:
abompard
Message:

Suppression du passage par référence

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/odt/_public.php

    r2220 r2490  
    150150 
    151151     # Widget function 
    152      public static function odtWidget(&$w) 
     152     public static function odtWidget($w) 
    153153     { 
    154154          global $core, $_ctx; 
     
    181181{ 
    182182 
    183      public static function publicHeadContent(&$core,$_ctx) 
     183     public static function publicHeadContent($core,$_ctx) 
    184184     { 
    185185          if (!odtUtils::checkConfig()) { return; } # config problem 
     
    193193     } 
    194194 
    195      public static function publicEntryBeforeContent(&$core,$_ctx) 
     195     public static function publicEntryBeforeContent($core,$_ctx) 
    196196     { 
    197197          if (!odtUtils::checkConfig()) { return; } # config problem 
     
    205205     } 
    206206 
    207      public static function publicEntryAfterContent(&$core,$_ctx) 
     207     public static function publicEntryAfterContent($core,$_ctx) 
    208208     { 
    209209          if (!odtUtils::checkConfig()) { return; } # config problem 
Note: See TracChangeset for help on using the changeset viewer.

Sites map