From ffac7359918b54193dab135d2ab7310271f5902b Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Wed, 4 Jan 2006 09:01:36 +0000 Subject: fixed a few more playlist functions... cleaned up some code... --- lib/class/playlist.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/class/playlist.class.php') 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; -- cgit