From 60903d8c88c976ff4886fd72a7e5e37f7c7a79b8 Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 28 Mar 2007 22:28:54 +0000 Subject: 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 --- admin/history.php | 1 + 1 file changed, 1 insertion(+) (limited to 'admin') diff --git a/admin/history.php b/admin/history.php index e47b33be5..59db2e285 100644 --- a/admin/history.php +++ b/admin/history.php @@ -337,6 +337,7 @@ SELECT $history_lines = array(); $user_ids = array(); + $username_of = array(); $category_ids = array(); $image_ids = array(); $tag_ids = array(); -- cgit v1.2.3