diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-01-05 06:19:22 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-01-05 06:19:22 +0000 |
commit | 6daae3271c5126c2cd4c08b98b451ebe51fa90e0 (patch) | |
tree | fc2f1527670ae6fd9d9f7b56529e5938b808fe40 /lib | |
parent | 75aa0cf62494939224098ca60bbef000b21a3c23 (diff) | |
download | ampache-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.php | 1 |
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 |