aboutsummaryrefslogtreecommitdiffstats
path: root/admin/history.php
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2007-02-06 01:10:59 +0000
committerrvelices <rv-github@modusoptimus.com>2007-02-06 01:10:59 +0000
commit9e71c703d3174c8259d35ff7153bcdbe488ab651 (patch)
treedb7d7629ea53169975228e119acc00ee6881e1c8 /admin/history.php
parentdd339aa6c50267337e786e9e20811b535edd985b (diff)
history: removed some php warnings and reduced some annoying language warnings
git-svn-id: http://piwigo.org/svn/trunk@1782 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/history.php')
-rw-r--r--admin/history.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/admin/history.php b/admin/history.php
index aa2405ae5..ea7add177 100644
--- a/admin/history.php
+++ b/admin/history.php
@@ -5,10 +5,10 @@
// | Copyright (C) 2003-2005 PhpWebGallery Team - http://phpwebgallery.net |
// +-----------------------------------------------------------------------+
// | branch : BSF (Best So Far)
-// | file : $RCSfile$
-// | last update : $Date: 2006-11-29 05:18:11 +0100 (mer, 29 nov 2006) $
-// | last modifier : $Author: rvelices $
-// | revision : $Revision: 1620 $
+// | file : $Id$
+// | last update : $Date$
+// | last modifier : $Author$
+// | revision : $Revision$
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
// | it under the terms of the GNU General Public License as published by |
@@ -205,7 +205,7 @@ SELECT date, time, user_id, IP, section, category_id, tag_ids, image_id
;';
$result = pwg_query($query);
- $history_lines = array();
+ $history_lines = $user_ids = $category_ids = $image_ids = array();
while ($row = mysql_fetch_array($result))
{
$user_ids[$row['user_id']] = 1;