diff options
Diffstat (limited to 'lib/search.php')
-rw-r--r-- | lib/search.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/search.php b/lib/search.php index c84791e8..ac5a0873 100644 --- a/lib/search.php +++ b/lib/search.php @@ -150,7 +150,7 @@ function search_song($data,$operator,$method,$limit) { $where_sql = rtrim($where_sql,$operator); $sql = $base_sql . $table_sql . " WHERE" . $where_sql . $limit_sql; - + $db_results = mysql_query($sql, dbh()); while ($r = mysql_fetch_assoc($db_results)) { |