diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-11-06 23:13:36 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-11-06 23:13:36 +0000 |
commit | 3914736c941f9cee4e78d1ee0be61f7216d43cff (patch) | |
tree | 0972aa4c34a124772f3d9b7d6ace3b7e7b7ea771 /lib/class/song.class.php | |
parent | 5174ce434a74fb24b64b5559836fb508eefeaae5 (diff) | |
download | ampache-3914736c941f9cee4e78d1ee0be61f7216d43cff.tar.gz ampache-3914736c941f9cee4e78d1ee0be61f7216d43cff.tar.bz2 ampache-3914736c941f9cee4e78d1ee0be61f7216d43cff.zip |
fixed show all browse issue with song titles and a silent error on a show_songs call
Diffstat (limited to 'lib/class/song.class.php')
-rw-r--r-- | lib/class/song.class.php | 1 |
1 files changed, 1 insertions, 0 deletions
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"; |