1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-03 13:17:24 +02:00

Bugtracker 3689 - oops! Cause a bug by fixing one that wasn't. Roll back

This commit is contained in:
e107steved
2007-01-20 15:32:28 +00:00
parent d04a4d2ad1
commit 2abd93eb9b

View File

@@ -11,8 +11,8 @@
| GNU General Public License (http://gnu.org). | GNU General Public License (http://gnu.org).
| |
| $Source: /cvs_backup/e107_0.8/e107_plugins/log/consolidate.php,v $ | $Source: /cvs_backup/e107_0.8/e107_plugins/log/consolidate.php,v $
| $Revision: 1.5 $ | $Revision: 1.6 $
| $Date: 2007-01-18 21:49:03 $ | $Date: 2007-01-20 15:32:28 $
| $Author: e107steved $ | $Author: e107steved $
+----------------------------------------------------------------------------+ +----------------------------------------------------------------------------+
*/ */
@@ -243,7 +243,7 @@ function createLog($mode="default")
$varStart."screenInfo = array();\n". $varStart."screenInfo = array();\n".
$varStart."browserInfo = array();\n". $varStart."browserInfo = array();\n".
$varStart."osInfo = array();\n". $varStart."osInfo = array();\n".
$varStart."pageInfo = array();\n"; $varStart."pageInfo = array(\n";
if($mode == "default") if($mode == "default")
{ {