Skip to content

Commit

Permalink
Ignore Notice and Deprecated warnings by default
Browse files Browse the repository at this point in the history
  • Loading branch information
gokmen committed Dec 14, 2011
1 parent 6504677 commit 9f46351
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nuf/helper.function.php
Expand Up @@ -9,6 +9,8 @@
# Software Foundation; either version 2 of the License, or (at your option)
# any later version.

error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED);

require("template.class.php");

# A simple function to read given file
Expand Down

0 comments on commit 9f46351

Please sign in to comment.