X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fupdate_profile.php;h=2492a48ee496d6714ce2513c5a68102fb21f76a4;hb=9e5a4b2050a1fd8da2b03e02a69de233a1768187;hp=93a94ae0d8721928ecc9b4bee53ae2727cc4afd0;hpb=d6cf791677e3c676108f84e64818ba2a272f6d08;p=friendica.git diff --git a/mod/update_profile.php b/mod/update_profile.php index 93a94ae0d8..2492a48ee4 100644 --- a/mod/update_profile.php +++ b/mod/update_profile.php @@ -9,7 +9,6 @@ require_once('mod/profile.php'); -if(! function_exists('update_profile_content')) { function update_profile_content(&$a) { $profile_uid = intval($_GET['p']); @@ -25,8 +24,8 @@ function update_profile_content(&$a) { /** * - * Grab the page inner contents by calling the content function from the profile module directly, - * but move any image src attributes to another attribute name. This is because + * Grab the page inner contents by calling the content function from the profile module directly, + * but move any image src attributes to another attribute name. This is because * some browsers will prefetch all the images for the page even if we don't need them. * The only ones we need to fetch are those for new page additions, which we'll discover * on the client side and then swap the image back. @@ -57,5 +56,5 @@ function update_profile_content(&$a) { echo ""; echo "\r\n"; killme(); -} -} + +} \ No newline at end of file