X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2FPhoto.php;h=30424747da82a33af4ee88c733e0b712f9967e0b;hb=6c7cf2a76677e0fdaee6a5e65d99c443260ca9a6;hp=9732801c9a3d8fbe18a0bbfe20c2ca11214b5d7e;hpb=05b2836d660c043d00b204c05463e720bb72f62a;p=friendica.git diff --git a/include/Photo.php b/include/Photo.php index 9732801c9a..30424747da 100644 --- a/include/Photo.php +++ b/include/Photo.php @@ -873,9 +873,9 @@ function store_photo($a, $uid, $imagedata = "", $url = "") { $page_owner_nick = $r[0]['nickname']; -// To-Do: -// $default_cid = $r[0]['id']; -// $community_page = (($r[0]['page-flags'] == PAGE_COMMUNITY) ? true : false); + /// @TODO + /// $default_cid = $r[0]['id']; + /// $community_page = (($r[0]['page-flags'] == PAGE_COMMUNITY) ? true : false); if ((strlen($imagedata) == 0) AND ($url == "")) { logger("No image data and no url provided", LOGGER_DEBUG);