diff options
author | plegall <plg@piwigo.org> | 2014-09-16 10:54:31 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2014-09-16 10:54:31 +0000 |
commit | 5d3075835b9a53022056c47c3f2440b3faea3068 (patch) | |
tree | 8ede718a96e0652ddb7ac29f2599f21276ee9c6c /search.php | |
parent | 67f358e0129044b0ffec79d7254581bf3358d371 (diff) |
initialize variable
git-svn-id: http://piwigo.org/svn/trunk@29554 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'search.php')
-rw-r--r-- | search.php | 2 |
1 files changed, 2 insertions, 0 deletions
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, |