diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/common.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common.inc.php b/include/common.inc.php index 925855a19..9ec56e624 100644 --- a/include/common.inc.php +++ b/include/common.inc.php @@ -34,7 +34,7 @@ $t2 = $t1[1].'.'.$t2[1]; // addslashes to vars if magic_quotes_gpc is off this is a security // precaution to prevent someone trying to break out of a SQL statement. // -if( !get_magic_quotes_gpc() ) +if( !@get_magic_quotes_gpc() ) { function sanitize_mysql_kv(&$v, $k) { |