From 10267210927846619e39e76ac173d9295851b948 Mon Sep 17 00:00:00 2001 From: deva Date: Thu, 28 Jan 2010 14:11:14 +0000 Subject: Fix broken module loading in admin. New module parameter system. --- utils/modules/discography.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'utils/modules/discography.php') diff --git a/utils/modules/discography.php b/utils/modules/discography.php index fe5a353..4781eda 100644 --- a/utils/modules/discography.php +++ b/utils/modules/discography.php @@ -213,11 +213,14 @@ class Discography { { global $GLOBALS; + $str = "
\n"; $lyrics = $GLOBALS["lyrics"]; $number = $GLOBALS["track"]; + //foreach($params as $param => $value) {} + if($lyrics && $number) { if($this->discs) { foreach($this->discs as $disc) { -- cgit v1.2.3