diff options
Diffstat (limited to 'lib/class/democratic.class.php')
-rw-r--r-- | lib/class/democratic.class.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/class/democratic.class.php b/lib/class/democratic.class.php index 8b77f786..b6264fb7 100644 --- a/lib/class/democratic.class.php +++ b/lib/class/democratic.class.php @@ -343,7 +343,6 @@ class Democratic extends Tmp_Playlist { * already voted on any of these objects */ public function add_vote($items) { - /* Iterate through the objects if no vote, add to playlist and vote */ foreach ($items as $element) { $type = array_shift($element); @@ -417,8 +416,7 @@ class Democratic extends Tmp_Playlist { $db_results = Dba::write($sql); return true; - - } // add_vote + } /** * remove_vote |