cvs: docweb /include init.inc.php
[email protected] ("Philip Olson")
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <cvsphilip1238613085@cvsserver> |
philip Wed Apr 1 19:11:25 2009 UTC
Modified files:
/docweb/include init.inc.php
Log:
Instead use the master error_reporting setting
http://cvs.php.net/viewvc.cgi/docweb/include/init.inc.php?r1=1.16&r2=1.17&diff_format=u
Index: docweb/include/init.inc.php
diff -u docweb/include/init.inc.php:1.16 docweb/include/init.inc.php:1.17
--- docweb/include/init.inc.php:1.16 Wed Dec 31 07:02:34 2008
+++ docweb/include/init.inc.php Wed Apr 1 19:11:25 2009
@@ -18,11 +18,9 @@
| Gabor Hojtsy <[email protected]> |
| Sean Coates <[email protected]> |
+----------------------------------------------------------------------+
-$Id: init.inc.php,v 1.16 2008/12/31 07:02:34 philip Exp $
+$Id: init.inc.php,v 1.17 2009/04/01 19:11:25 philip Exp $
*/
-error_reporting(E_ALL);
-
// get paths
require_once(dirname(realpath(__FILE__)) . '/../build-ops.php');