* revert error_reporting.

This commit is contained in:
zhujinyong
2013-07-06 03:07:03 +00:00
parent bcf35c4b7b
commit e7e4387a56
+1 -1
View File
@@ -11,7 +11,7 @@
* @version $Id$
* @link http://www.zentao.net
*/
error_reporting(E_ALL ^ E_NOTICE);
error_reporting(E_ALL ^ E_NOTICE ^ E_STRICT);
define('IN_SHELL', true);
/* Judge the args. */