diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-02-10 20:42:27 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-02-10 20:42:27 +0000 |
commit | f778936cbd29f0832f3ffd8b2d7209e1d59188d6 (patch) | |
tree | a2f1e86794853a8b0e500030f889df93343754c8 /lib/class/tmp_playlist.class.php | |
parent | d407773cb2ab492d4d4f4814d3566737a5ccfb4a (diff) | |
download | ampache-f778936cbd29f0832f3ffd8b2d7209e1d59188d6.tar.gz ampache-f778936cbd29f0832f3ffd8b2d7209e1d59188d6.tar.bz2 ampache-f778936cbd29f0832f3ffd8b2d7209e1d59188d6.zip |
debug code, fun for the whole family...
Diffstat (limited to 'lib/class/tmp_playlist.class.php')
-rw-r--r-- | lib/class/tmp_playlist.class.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/class/tmp_playlist.class.php b/lib/class/tmp_playlist.class.php index 08e1d30f..a0356f13 100644 --- a/lib/class/tmp_playlist.class.php +++ b/lib/class/tmp_playlist.class.php @@ -94,7 +94,6 @@ class tmpPlaylist { /* Select all objects from this playlist */ $sql = "SELECT tmp_playlist_data.id, tmp_playlist_data.object_id $vote_select FROM tmp_playlist_data $vote_join " . "WHERE tmp_playlist_data.tmp_playlist='" . sql_escape($this->id) . "' $order"; - debug_event('foo',$sql,'1'); $db_results = mysql_query($sql, dbh()); /* Define the array */ |