From 0d7828571d75afb15adef10483c603cc49551a2a Mon Sep 17 00:00:00 2001 From: Alib Date: Wed, 24 Feb 2010 20:26:58 +0100 Subject: removed timer column. useless for the moment. Removed bugued play icon on playlist mode. --- includes/inc_mp3.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/inc_mp3.php b/includes/inc_mp3.php index 813ca3b..85553e6 100755 --- a/includes/inc_mp3.php +++ b/includes/inc_mp3.php @@ -48,10 +48,11 @@ if ($medianame_array[0]) foreach($medianame_array as $value) { $medianame2=addslashes($value); + print "
  • \r\n"; print " \r\n"; - print " 1{$value}???\r\n"; + print " $cnt{$value}\r\n"; print " \r\n"; print "
  • \r\n"; -- cgit v1.2.3