From 69e0d72b930ec4326a257c41f365256d9913552d Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Sat, 7 Feb 2009 17:27:09 +0000 Subject: Updated comments on photo::create to reflect the inclusion of the owner_id and shamelessly broke it into two changes to to the 20k commit. --- core/helpers/photo.php | 1 + 1 file changed, 1 insertion(+) (limited to 'core/helpers') diff --git a/core/helpers/photo.php b/core/helpers/photo.php index 9f784c89..ab782da9 100644 --- a/core/helpers/photo.php +++ b/core/helpers/photo.php @@ -32,6 +32,7 @@ class photo_Core { * @param integer $title the title of the new photo * @param string $description (optional) the longer description of this photo * @param string $path (optional) the name to use as the file system path component + * @param integer $owner_id(optional) explicitly set the owner of this photo * @return Item_Model */ static function create($parent, $filename, $name, $title, $description=null, $path=null, -- cgit v1.2.3