[Openupload-svn-update] SF.net SVN: openupload:[235] trunk/www/index.php
Status: Beta
Brought to you by:
tsdogs
|
From: <ts...@us...> - 2009-02-06 19:18:09
|
Revision: 235
http://openupload.svn.sourceforge.net/openupload/?rev=235&view=rev
Author: tsdogs
Date: 2009-02-06 19:18:04 +0000 (Fri, 06 Feb 2009)
Log Message:
-----------
Change error reporting set method
Modified Paths:
--------------
trunk/www/index.php
Modified: trunk/www/index.php
===================================================================
--- trunk/www/index.php 2009-02-05 16:25:19 UTC (rev 234)
+++ trunk/www/index.php 2009-02-06 19:18:04 UTC (rev 235)
@@ -33,7 +33,7 @@
define ('__VALID_CALLING_SCRIPT',true);
/* disable notice error reporting */
-ini_set('error_reporting','E_ALL & ~E_NOTICE');
+error_reporting(E_ALL ^ E_NOTICE);
/* check action */
if (isset($_GET['a'])) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|