diff options
author | Paul 'flowerysong' Arthur <flowerysong00@yahoo.com> | 2010-06-24 03:35:15 +0000 |
---|---|---|
committer | Paul 'flowerysong' Arthur <flowerysong00@yahoo.com> | 2010-06-24 03:35:15 +0000 |
commit | d5d87f9f7b7c1e2e43405844133991b22b3ec233 (patch) | |
tree | 5b1890dd5d77de44bcc4a8f338d2acb27ed9abdf /lib/class/tmpplaylist.class.php | |
parent | bbed2d23b56da1c8c877b051befc16a5ba5738dd (diff) | |
download | ampache-d5d87f9f7b7c1e2e43405844133991b22b3ec233.tar.gz ampache-d5d87f9f7b7c1e2e43405844133991b22b3ec233.tar.bz2 ampache-d5d87f9f7b7c1e2e43405844133991b22b3ec233.zip |
Missing `
Diffstat (limited to 'lib/class/tmpplaylist.class.php')
-rw-r--r-- | lib/class/tmpplaylist.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/tmpplaylist.class.php b/lib/class/tmpplaylist.class.php index 78612d74..27e621c9 100644 --- a/lib/class/tmpplaylist.class.php +++ b/lib/class/tmpplaylist.class.php @@ -316,7 +316,7 @@ class tmpPlaylist extends database_object { $sql = "DELETE FROM `tmp_playlist_data` USING " . "`tmp_playlist_data` LEFT JOIN `tmp_playlist` ON " . "`tmp_playlist_data`.`tmp_playlist`=`tmp_playlist`.`id` " . - "WHERE `tmp_playlist`.id` IS NULL"; + "WHERE `tmp_playlist`.`id` IS NULL"; $db_results = Dba::write($sql); } // prune_tracks |