From a850381ad262457940b639d0735794a19ae58f66 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Fri, 21 Apr 2006 07:00:33 +0000 Subject: fixed the sql file... stupid mysql_dump --- lib/search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/search.php') 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 -- cgit