diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-04-21 07:00:33 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-04-21 07:00:33 +0000 |
commit | a850381ad262457940b639d0735794a19ae58f66 (patch) | |
tree | 17cc66869aec788aed15d55ab5c804e9f7c5c4d6 /lib/search.php | |
parent | 6d9533844cf95de3f7e013600b7eb84f0518dded (diff) | |
download | ampache-a850381ad262457940b639d0735794a19ae58f66.tar.gz ampache-a850381ad262457940b639d0735794a19ae58f66.tar.bz2 ampache-a850381ad262457940b639d0735794a19ae58f66.zip |
fixed the sql file... stupid mysql_dump
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 ed2b3cec..5ab121ba 100644 --- a/lib/search.php +++ b/lib/search.php @@ -219,7 +219,7 @@ function show_search($type,$results) { break; case 'song': default: - show_songs($results); + show_songs($results,0); break; } // end type switch |