From 3914736c941f9cee4e78d1ee0be61f7216d43cff Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Mon, 6 Nov 2006 23:13:36 +0000 Subject: fixed show all browse issue with song titles and a silent error on a show_songs call --- browse.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'browse.php') diff --git a/browse.php b/browse.php index 71d4fe2f..6309e2f6 100644 --- a/browse.php +++ b/browse.php @@ -138,7 +138,7 @@ switch($action) { if ($view->base_sql) { $songs = $song->get_songs($view->sql); - show_songs($songs); + show_songs($songs,0,0); } break; case 'catalog': -- cgit