diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-10-31 06:55:54 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-10-31 06:55:54 +0000 |
commit | 00d74cac5a20c26017554b5e6eaef624b48f886e (patch) | |
tree | cfbe1dbf2d9759f9ebbe899728dbe199827b520e /lib/class/tmp_playlist.class.php | |
parent | 49c1cefcb9a2dc3f81d868655e64d2e357750f9d (diff) | |
download | ampache-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.php | 2 |
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; |