1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-21 21:21:54 +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

@ -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.5 $
| $Date: 2007-01-18 21:49:03 $
| $Revision: 1.6 $
| $Date: 2007-01-20 15:32:28 $
| $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")
{