From 43dff9f95f932fd13530c10cbd7c7ae111c9d6bc Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Sat, 7 Feb 2009 17:26:17 +0000 Subject: Updated comments on album::create to reflect the inclusion of the owner_id --- core/helpers/album.php | 1 + 1 file changed, 1 insertion(+) (limited to 'core') diff --git a/core/helpers/album.php b/core/helpers/album.php index 41d90013..21ad3810 100644 --- a/core/helpers/album.php +++ b/core/helpers/album.php @@ -31,6 +31,7 @@ class album_Core { * @param integer $title the title of the new album * @param string $description (optional) the longer description of this album * @param string $path (optional) the name to use as the filesystem path component + * @param integer $owner_id(optional) explicitly set the owner of this album * @return Item_Model */ static function create($parent, $name, $title, $description=null, $path=null, $owner_id=null) { -- cgit v1.2.3