From be194f4f72443307998816293985831926460cce Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Mon, 16 Oct 2006 19:55:25 +0000 Subject: fixed stupid typo causing show all to fail on genre --- lib/class/genre.class.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/class/genre.class.php') diff --git a/lib/class/genre.class.php b/lib/class/genre.class.php index 5723ec7a..b7772679 100644 --- a/lib/class/genre.class.php +++ b/lib/class/genre.class.php @@ -249,6 +249,7 @@ class Genre { switch ($match) { case 'Show_All': case 'show_all': + case 'Show_all': $sql = "SELECT id FROM genre"; break; case 'Browse': @@ -274,6 +275,8 @@ class Genre { */ function show_match_list($match) { + + require (conf('prefix') . '/templates/show_box_top.inc.php'); show_alphabet_list('genre','browse.php',$match,'genre'); /* Detect if it's Browse, and if so don't fill it in */ -- cgit