X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fupdate_notes.php;h=6b8fff5115aa56ba62fbb70b60b330b5b3a70f74;hb=0370a2e6f3149d667d4cac7510d93998aefe7d69;hp=e1e4f1d79550ef7496a01ff63dd38e9aabcd7724;hpb=0c67c89715df801e0c887be50c9739db3bae7ca3;p=friendica.git diff --git a/mod/update_notes.php b/mod/update_notes.php index e1e4f1d795..6b8fff5115 100644 --- a/mod/update_notes.php +++ b/mod/update_notes.php @@ -9,7 +9,6 @@ require_once('mod/notes.php'); -if(! function_exists('update_notes_content')) { function update_notes_content(&$a) { $profile_uid = intval($_GET['p']); @@ -21,8 +20,8 @@ function update_notes_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. @@ -53,5 +52,5 @@ function update_notes_content(&$a) { echo ""; echo "\r\n"; killme(); -} -} + +} \ No newline at end of file