Bug fixed: in history filter screen, when no lines to display, a variable

was not defined but used later. (warning removed)


git-svn-id: http://piwigo.org/svn/trunk@1929 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall
2007-03-28 22:28:54 +00:00
parent 87323dd957
commit 60903d8c88
+1
View File
@@ -337,6 +337,7 @@ SELECT
$history_lines = array();
$user_ids = array();
$username_of = array();
$category_ids = array();
$image_ids = array();
$tag_ids = array();