summaryrefslogtreecommitdiffstats
path: root/lib/class/tmpplaylist.class.php
diff options
context:
space:
mode:
authorPaul 'flowerysong' Arthur <flowerysong00@yahoo.com>2010-06-24 03:35:15 +0000
committerPaul 'flowerysong' Arthur <flowerysong00@yahoo.com>2010-06-24 03:35:15 +0000
commitd5d87f9f7b7c1e2e43405844133991b22b3ec233 (patch)
tree5b1890dd5d77de44bcc4a8f338d2acb27ed9abdf /lib/class/tmpplaylist.class.php
parentbbed2d23b56da1c8c877b051befc16a5ba5738dd (diff)
downloadampache-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.php2
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