diff options
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"; |