diff options
-rwxr-xr-x | convertsyntax.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/convertsyntax.php b/convertsyntax.php index 282b774..ef91c93 100755 --- a/convertsyntax.php +++ b/convertsyntax.php @@ -2,6 +2,7 @@ <?php php_sapi_name() == "cli" or exit("Can only be used from CLI\n"); +error_reporting(error_reporting() & ~E_NOTICE); ini_set('include_path', dirname(__FILE__) . "/..:" . ini_get('include_path')); require "itools/itools.lib"; |