Changeset 3199


Ignore:
Timestamp:
08/19/12 23:05:11 (9 months ago)
Author:
squidly
Message:

Bugfixes postinst script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • alternc/trunk/bureau/class/functions.php

    r3135 r3199  
    490490  } 
    491491   
    492   // Insert into $GLOBALS. FIXME : Use stripslashes if the magic_quotes_gpc is ON ! 
     492  // Insert into $GLOBALS. 
    493493  foreach ($vars AS $var => $value) 
    494494    $GLOBALS[$var] = $value; 
Note: See TracChangeset for help on using the changeset viewer.