summaryrefslogtreecommitdiffstats
path: root/play
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-06-25 17:28:50 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-06-25 17:28:50 +0000
commit2398133cc42045805e6045935efeefee18ab1ad8 (patch)
tree88e81a14e612cf23fe210fe1750634fbc48ae29e /play
parent793d3d0bf19a8007e54f8440a5412e2b6709f5b3 (diff)
downloadampache-2398133cc42045805e6045935efeefee18ab1ad8.tar.gz
ampache-2398133cc42045805e6045935efeefee18ab1ad8.tar.bz2
ampache-2398133cc42045805e6045935efeefee18ab1ad8.zip
more html cleanup
Diffstat (limited to 'play')
-rw-r--r--play/pupload.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/play/pupload.php b/play/pupload.php
index 409601ec..2290a59d 100644
--- a/play/pupload.php
+++ b/play/pupload.php
@@ -160,7 +160,7 @@ if ( $_REQUEST['action'] == 'm3u' ) {
echo "#EXTM3U\n";
$song_name = $song . " - " . $title . "." . $type;
- $song_name = $artist . " - " . $title . "." . $song->type;;
+ $song_name = $artist . " - " . $title . "." . $song->type;
echo "#EXTINF:$song_time,$title\n";
$sess = $_COOKIE[libglue_param('sess_name')];
if($temp_user->prefs['down-sample'] == 'true')