[Phpsysinfo-subversion] SF.net SVN: phpsysinfo:[683] branches/namiltd-ini
Brought to you by:
namiltd
|
From: <na...@us...> - 2012-09-04 16:37:32
|
Revision: 683
http://phpsysinfo.svn.sourceforge.net/phpsysinfo/?rev=683&view=rev
Author: namiltd
Date: 2012-09-04 16:37:21 +0000 (Tue, 04 Sep 2012)
Log Message:
-----------
Modified Paths:
--------------
branches/namiltd-ini/config.php
branches/namiltd-ini/includes/os/class.Linux.inc.php
Modified: branches/namiltd-ini/config.php
===================================================================
--- branches/namiltd-ini/config.php 2012-09-04 16:33:56 UTC (rev 682)
+++ branches/namiltd-ini/config.php 2012-09-04 16:37:21 UTC (rev 683)
@@ -15,7 +15,7 @@
}
/* fatal errors only */
- $old_err_rep = error_reporting(report_level);
+ $old_err_rep = error_reporting();
error_reporting(E_ERROR);
/* get git revision */
Modified: branches/namiltd-ini/includes/os/class.Linux.inc.php
===================================================================
--- branches/namiltd-ini/includes/os/class.Linux.inc.php 2012-09-04 16:33:56 UTC (rev 682)
+++ branches/namiltd-ini/includes/os/class.Linux.inc.php 2012-09-04 16:37:21 UTC (rev 683)
@@ -545,7 +545,7 @@
restore_error_handler();
}
/* fatal errors only */
- $old_err_rep = error_reporting(report_level);
+ $old_err_rep = error_reporting();
error_reporting(E_ERROR);
// Fall back in case 'lsb_release' does not exist ;)
foreach ($list as $section=>$distribution) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|