diff options
author | Florian Pritz <bluewind@xssn.at> | 2010-08-14 19:42:51 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xssn.at> | 2010-08-14 19:42:51 +0200 |
commit | 89962ddc045a2c836e7365a03aa9e9de8406ff30 (patch) | |
tree | eaa697f7606e3120ac2349ba391f13fd2c202ea8 | |
parent | 525db97546611aee941086a8a9c9e50f12ba1098 (diff) |
disable E_NOTICE
Signed-off-by: Florian Pritz <bluewind@xssn.at>
-rw-r--r-- | index.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,7 +9,7 @@ | For more info visit: http://www.php.net/error_reporting | */ - error_reporting(E_ALL); + error_reporting(E_ALL^E_NOTICE); /* |--------------------------------------------------------------- @@ -115,4 +115,4 @@ else require_once BASEPATH.'codeigniter/CodeIgniter'.EXT; /* End of file index.php */ -/* Location: ./index.php */
\ No newline at end of file +/* Location: ./index.php */ |