summaryrefslogtreecommitdiffstats
path: root/templates/show_play_selected.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-12-28 02:01:46 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-12-28 02:01:46 +0000
commit0b4e8ed38c7543f14b703600be165b68f999a4db (patch)
tree2a3ef9774f1f52730a36da6aa44da13597d61dbc /templates/show_play_selected.inc.php
parent2e6c6e4646596c2485a6fb7bce491deb9c3ad95c (diff)
downloadampache-0b4e8ed38c7543f14b703600be165b68f999a4db.tar.gz
ampache-0b4e8ed38c7543f14b703600be165b68f999a4db.tar.bz2
ampache-0b4e8ed38c7543f14b703600be165b68f999a4db.zip
fixed WMP11 Now Playing, broke Album Art gathering, re-writing to fix some serious logic flaws
Diffstat (limited to 'templates/show_play_selected.inc.php')
-rw-r--r--templates/show_play_selected.inc.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/show_play_selected.inc.php b/templates/show_play_selected.inc.php
index 57a234e4..6b7f111c 100644
--- a/templates/show_play_selected.inc.php
+++ b/templates/show_play_selected.inc.php
@@ -22,7 +22,6 @@
$web_path = conf('web_path');
?>
-<form method="post" action="" enctype="multipart/form-data">
<table border="0" cellpadding="14" cellspacing="0" class="text-box">
<tr>
<td>
@@ -67,4 +66,3 @@ if (is_object($GLOBALS['playlist'])) { ?>
</tr>
<?php } ?>
</table>
-</form>