From 0e26226af811a2a92c300ff28f3aa1ad47ae19f0 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sat, 10 Nov 2007 19:05:42 +0000 Subject: initial work on democratic play, not finished, added drop down select for playtype switching back in, thinking about changing it and making it a row of icons... not sure --- lib/class/democratic.class.php | 69 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 lib/class/democratic.class.php (limited to 'lib/class/democratic.class.php') diff --git a/lib/class/democratic.class.php b/lib/class/democratic.class.php new file mode 100644 index 00000000..f1955aed --- /dev/null +++ b/lib/class/democratic.class.php @@ -0,0 +1,69 @@ +id; + + + $object = new tmpPlaylist($playlist_id); + + return $object; + + } // get_playlist + +} // Democratic class +?> -- cgit