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 --- lib/class/song.class.php | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/class/song.class.php b/lib/class/song.class.php index 69a7b9a6..c986daa1 100644 --- a/lib/class/song.class.php +++ b/lib/class/song.class.php @@ -823,6 +823,7 @@ class Song { function get_sql_from_match($match) { switch ($match) { + case 'Show_all': case 'Show_All': case 'show_all': $sql = "SELECT id FROM song"; -- cgit