]> git.sur5r.net Git - contagged/commitdiff
supress errors on set_magic_quotes
authorAndreas Gohr <gohr@cosmocode.de>
Thu, 20 May 2010 09:18:03 +0000 (11:18 +0200)
committerAndreas Gohr <gohr@cosmocode.de>
Thu, 20 May 2010 09:18:03 +0000 (11:18 +0200)
inc/init.php

index cc04d7a5b0599865f235a19a8f1d54219271bfa6..67fbc69be22bac478ddae3ea5396183c5eb40220 100644 (file)
@@ -23,7 +23,7 @@
     if (!empty($_SESSION)) remove_magic_quotes($_SESSION);
     ini_set('magic_quotes_gpc', 0);
   }
-  set_magic_quotes_runtime(0);
+  @set_magic_quotes_runtime(0);
 
   function remove_magic_quotes(&$array) {
     foreach (array_keys($array) as $key) {