summaryrefslogtreecommitdiffstats
path: root/lib/class/tmp_playlist.class.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-10-31 06:55:54 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-10-31 06:55:54 +0000
commit00d74cac5a20c26017554b5e6eaef624b48f886e (patch)
treecfbe1dbf2d9759f9ebbe899728dbe199827b520e /lib/class/tmp_playlist.class.php
parent49c1cefcb9a2dc3f81d868655e64d2e357750f9d (diff)
downloadampache-00d74cac5a20c26017554b5e6eaef624b48f886e.tar.gz
ampache-00d74cac5a20c26017554b5e6eaef624b48f886e.tar.bz2
ampache-00d74cac5a20c26017554b5e6eaef624b48f886e.zip
fixed something I thought I had already fixed, and fiddled with democratic play a tiny bit
Diffstat (limited to 'lib/class/tmp_playlist.class.php')
-rw-r--r--lib/class/tmp_playlist.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/tmp_playlist.class.php b/lib/class/tmp_playlist.class.php
index acd78329..0e52aac9 100644
--- a/lib/class/tmp_playlist.class.php
+++ b/lib/class/tmp_playlist.class.php
@@ -114,7 +114,7 @@ class tmpPlaylist {
$id = mysql_insert_id(dbh());
- /* Clean any other playlists assoicated with this sessoin */
+ /* Clean any other playlists assoicated with this session */
$this->delete($sessid,$id);
return $id;