From 32ae7b2690b0663239731d7b60cf0977dc0c20d1 Mon Sep 17 00:00:00 2001 From: e107steved Date: Thu, 18 Jan 2007 21:49:03 +0000 Subject: [PATCH] Looks like a bracket's been missing for a while --- e107_plugins/log/consolidate.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/e107_plugins/log/consolidate.php b/e107_plugins/log/consolidate.php index 0ee50efae..6394ff1ff 100644 --- a/e107_plugins/log/consolidate.php +++ b/e107_plugins/log/consolidate.php @@ -11,8 +11,8 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_plugins/log/consolidate.php,v $ -| $Revision: 1.4 $ -| $Date: 2007-01-17 20:51:05 $ +| $Revision: 1.5 $ +| $Date: 2007-01-18 21:49:03 $ | $Author: e107steved $ +----------------------------------------------------------------------------+ */ @@ -243,7 +243,7 @@ function createLog($mode="default") $varStart."screenInfo = array();\n". $varStart."browserInfo = array();\n". $varStart."osInfo = array();\n". - $varStart."pageInfo = array(\n"; + $varStart."pageInfo = array();\n"; if($mode == "default") {