From 5d3075835b9a53022056c47c3f2440b3faea3068 Mon Sep 17 00:00:00 2001 From: plegall Date: Tue, 16 Sep 2014 10:54:31 +0000 Subject: initialize variable git-svn-id: http://piwigo.org/svn/trunk@29554 68402e56-0260-453c-a942-63ccdbb3a9ee --- search.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'search.php') diff --git a/search.php b/search.php index e680ae048..697454ce0 100644 --- a/search.php +++ b/search.php @@ -211,6 +211,8 @@ if (count($available_tags) > 0) } // authors +$authors = array(); + $query = ' SELECT author, -- cgit v1.2.3