From 56c960c34a17746beeec455fc225428360d5d91d Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sun, 17 Jun 2007 23:59:04 +0000 Subject: fixed some issues with the installer, and also made it so that you can delete/disable users again --- lib/class/playlist.class.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/class/playlist.class.php') diff --git a/lib/class/playlist.class.php b/lib/class/playlist.class.php index 5ee93800..a5a6fd75 100644 --- a/lib/class/playlist.class.php +++ b/lib/class/playlist.class.php @@ -478,9 +478,6 @@ class Playlist { $sql = "DELETE FROM playlist WHERE id='$id'"; $db_results = mysql_query($sql, dbh()); - $sql = "DELETE FROM playlist_permission WHERE playlist='$id'"; - $db_results = mysql_query($sql, dbh()); - return true; } // delete -- cgit