[svn r15179] Removed notice-level reporting flag (used for development only)

skala
Yannick Warnier 17 years ago
parent 23b11353ce
commit 22575299ab
  1. 4
      main/inc/global.inc.php

@ -234,8 +234,8 @@ if(get_setting('server_type') == 'test')
- only do addslashes on $_GET and $_POST
--------------------------------------------
*/
//error_reporting(E_ALL & ~E_NOTICE);
error_reporting(E_ALL);
error_reporting(E_ALL & ~E_NOTICE);
//error_reporting(E_ALL);
//Addslashes to all $_GET variables
foreach($_GET as $key=>$val)

Loading…
Cancel
Save