]> git.mxchange.org Git - friendica.git/commitdiff
Added documentation
authorMichael Vogel <icarus@dabo.de>
Thu, 28 Jan 2016 11:35:07 +0000 (12:35 +0100)
committerMichael Vogel <icarus@dabo.de>
Thu, 28 Jan 2016 11:35:07 +0000 (12:35 +0100)
include/Photo.php

index e0cb23008ab31abb4bc50d383133a66a1faaa34c..3f1608d3ecb8099f3d814a5503eb4964bc6e2656 100644 (file)
@@ -720,6 +720,15 @@ function guess_image_type($filename, $fromcurl=false) {
 
 }
 
+/**
+ * @brief Updates the avatar links in a contact only if needed
+ *
+ * @param string $avatar Link to avatar picture
+ * @param int $uid User id of contact owner
+ * @param int $cid Contact id
+ *
+ * @return array Returns array of the different avatar sizes
+ */
 function update_contact_avatar($avatar,$uid,$cid) {
 
        $r = q("SELECT `avatar`, `photo`, `thumb`, `micro` FROM `contact` WHERE `id` = %d LIMIT 1", intval($cid));