From 6daae3271c5126c2cd4c08b98b451ebe51fa90e0 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Thu, 5 Jan 2006 06:19:22 +0000 Subject: fixed up some more playlist stuff --- lib/class/playlist.class.php | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') 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 -- cgit