CVS update: /cowiki/htdocs/

[email protected] 9 Jun 2005 01:43:19 -0000
Newsgroups gmane.comp.php.cowiki.cvs
Message-ID <[email protected]>
User: dgorski 
Date: 2005/06/08 18:43:19

Modified:
   cowiki/htdocs/version.php

Log:
 Removed the setting of error_reporting (issue #230)

File Changes:

Directory: /cowiki/htdocs/
==========================

File [changed]: version.php
Url: http://cowiki.tigris.org/source/browse/cowiki/htdocs/version.php?r1=1.136&r2=1.137
Delta lines:  +2 -11
--------------------
--- version.php	8 Jun 2005 13:57:14 -0000	1.136
+++ version.php	9 Jun 2005 01:43:16 -0000	1.137
@@ -2,7 +2,7 @@
 
 /**
  *
- * $Id: version.php,v 1.136 2005/06/08 13:57:14 dgorski Exp $
+ * $Id: version.php,v 1.137 2005/06/09 01:43:16 dgorski Exp $
  *
  * This file is part of coWiki. coWiki is free software under the terms of
  * the GNU General Public License (GPL). Read the LICENSE file. If you did
@@ -16,7 +16,7 @@
  * @author     Daniel T. Gorski, <[email protected]>
  * @copyright  (C) Daniel T. Gorski, {@link http://www.develnet.org}
  * @license    http://www.gnu.org/licenses/gpl.html
- * @version    $Revision: 1.136 $
+ * @version    $Revision: 1.137 $
  *
  */
 
@@ -29,15 +29,6 @@
  * @author   Daniel T. Gorski, <[email protected]>
  * @since    coWiki 0.3.0
  */
-
-    // IMPORTANT: This value has to be set to '0' (zero) for a stable
-    // version release. Setting it this to zero would avoid output of
-    // embarrassing and security related errors to coWiki users. While
-    // development this value should be set E_ALL (better E_ALL | E_STRICT)
-    // to find possible sources of errors, warnings and notices.
-    error_reporting(E_ALL); // !!
-
-    // --------------------------------------------------------------------
 
     /**
      * Required PHP interpreter version. Determines the PHP interpreter