diff options
-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, |