From c56aeb1b7003ed10da98a8bbc8305a5cb90357a6 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Tue, 25 Dec 2007 17:32:50 +0000 Subject: removed random space on lastfm prefs, started work on managing shout and flagged items, cleaned up shoutbox css a bit --- lib/class/shoutbox.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/class/shoutbox.class.php') diff --git a/lib/class/shoutbox.class.php b/lib/class/shoutbox.class.php index 3cea772b..98d14548 100644 --- a/lib/class/shoutbox.class.php +++ b/lib/class/shoutbox.class.php @@ -132,14 +132,14 @@ class shoutBox { switch ($this->object_type) { case 'album': - $image_string = ""; + $image_string = ""; break; case 'artist': break; case 'song': $song = new Song($this->object_id); - $image_string = ""; + $image_string = ""; break; default: // Rien a faire -- cgit