]> git.sur5r.net Git - contagged/blobdiff - inc/init.php
supress errors on set_magic_quotes
[contagged] / 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) {