Show
Ignore:
Timestamp:
07/05/2009 11:01:49 AM (4 years ago)
Author:
moo
Message:

merged r541:559 from trunk

Location:
branches/1.3
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/1.3

  • branches/1.3/admin/common.php

    r623 r625  
    9292define('REQUEST_TIME', time()); 
    9393 
    94 if (get_magic_quotes_gpc()) { 
     94if (function_exists('get_magic_quotes_gpc') && @get_magic_quotes_gpc()) { 
    9595    $mqs = (bool) ini_get('magic_quotes_sybase'); 
    9696    $_GET = stripaddslashes_array($_GET, $mqs);