diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-06-23 15:45:31 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-06-23 15:45:31 +0000 |
commit | 51f91c7b345cc90e742333976fa464d316a41283 (patch) | |
tree | 1dd25448acacf13c86d32ef1aa7878a06f1434f9 /lib/search.php | |
parent | 2b62d84743744d01e71f8e6772261300b367fe8b (diff) | |
download | ampache-51f91c7b345cc90e742333976fa464d316a41283.tar.gz ampache-51f91c7b345cc90e742333976fa464d316a41283.tar.bz2 ampache-51f91c7b345cc90e742333976fa464d316a41283.zip |
updated spanish translation and tweak to vainfo
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 203168a9..31ac5b71 100644 --- a/lib/search.php +++ b/lib/search.php @@ -189,7 +189,7 @@ function search_song($data,$operator,$method,$limit) { $where_sql = rtrim($where_sql,$operator); $sql = $base_sql . $table_sql . " WHERE " . $join_sql . "(" . $where_sql . ")" . $limit_sql; - + /** * Because we might need this for Dynamic Playlist Action * but we don't trust users to provide this store it in the |