summaryrefslogtreecommitdiffstats
path: root/lib/class/democratic.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/class/democratic.class.php')
-rw-r--r--lib/class/democratic.class.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/class/democratic.class.php b/lib/class/democratic.class.php
index 576c6ccd..2f32cb75 100644
--- a/lib/class/democratic.class.php
+++ b/lib/class/democratic.class.php
@@ -189,9 +189,6 @@ class Democratic extends tmpPlaylist {
*/
public static function get_playlists() {
- // Pull all tmp playlsits with a session of < 0 (as those are fake)
- // This is kind of hackish, should really think about tweaking the db
- // and doing this right.
$sql = "SELECT `id` FROM `democratic` ORDER BY `name`";
$db_results = Dba::read($sql);