* turn off the E_STRICT error.

This commit is contained in:
wangchunsheng
2013-01-30 01:32:03 +00:00
parent 0437d2bc66
commit c31b33654d

View File

@@ -11,7 +11,7 @@
* @version $Id$
* @link http://www.ZenTaoPMS.com
*/
error_reporting(E_ALL ^ E_NOTICE);
error_reporting(E_ALL ^ E_NOTICE ^ E_STRICT);
define('IN_SHELL', true);
/* Judge the args. */