1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-03 05:07:27 +02:00

Looks like a bracket's been missing for a while

This commit is contained in:
e107steved
2007-01-18 21:49:03 +00:00
parent 9f3a96be82
commit 32ae7b2690

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.4 $ | $Revision: 1.5 $
| $Date: 2007-01-17 20:51:05 $ | $Date: 2007-01-18 21:49:03 $
| $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")
{ {