summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-01-05 06:19:22 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-01-05 06:19:22 +0000
commit6daae3271c5126c2cd4c08b98b451ebe51fa90e0 (patch)
treefc2f1527670ae6fd9d9f7b56529e5938b808fe40 /lib
parent75aa0cf62494939224098ca60bbef000b21a3c23 (diff)
downloadampache-6daae3271c5126c2cd4c08b98b451ebe51fa90e0.tar.gz
ampache-6daae3271c5126c2cd4c08b98b451ebe51fa90e0.tar.bz2
ampache-6daae3271c5126c2cd4c08b98b451ebe51fa90e0.zip
fixed up some more playlist stuff
Diffstat (limited to 'lib')
-rw-r--r--lib/class/playlist.class.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/class/playlist.class.php b/lib/class/playlist.class.php
index 23b1f5f2..aea55323 100644
--- a/lib/class/playlist.class.php
+++ b/lib/class/playlist.class.php
@@ -377,6 +377,7 @@ class Playlist {
$id = sql_escape($value);
$sql = "DELETE FROM playlist_data WHERE id='$id'";
+ echo $sql;
$db_results = mysql_query($sql, dbh());
} // end foreach dead songs