diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-01-04 09:01:36 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-01-04 09:01:36 +0000 |
commit | ffac7359918b54193dab135d2ab7310271f5902b (patch) | |
tree | 5c8343c419b90ca2c06c2773691ecc8863f9983a /lib/class/playlist.class.php | |
parent | 4e9823cd1064cc876b449752b933c89c367d84c6 (diff) | |
download | ampache-ffac7359918b54193dab135d2ab7310271f5902b.tar.gz ampache-ffac7359918b54193dab135d2ab7310271f5902b.tar.bz2 ampache-ffac7359918b54193dab135d2ab7310271f5902b.zip |
fixed a few more playlist functions... cleaned up some code...
Diffstat (limited to 'lib/class/playlist.class.php')
-rw-r--r-- | lib/class/playlist.class.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/class/playlist.class.php b/lib/class/playlist.class.php index 0ab165cd..23b1f5f2 100644 --- a/lib/class/playlist.class.php +++ b/lib/class/playlist.class.php @@ -224,10 +224,10 @@ class Playlist { } // update_name /** - * update_item + * _update_item * This is the generic update function, it does the escaping and error checking */ - function update_item($field,$value,$level) { + function _update_item($field,$value,$level) { if ($GLOBALS['user']->username != $this->user AND !$GLOBALS['user']->has_access($level)) { return false; |