X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fupdate_network.php;h=cf9f11f586f734d4967a12fbd2c094ac5e39549c;hb=8c245a5d2f4e6882211ac17561f86537a7089c73;hp=18c630fdf08f9fac91ed81df75fe91d5d3e583f5;hpb=fc8379b1080823bb69664aa4119ba190e1f5b1ca;p=friendica.git diff --git a/mod/update_network.php b/mod/update_network.php index 18c630fdf0..cf9f11f586 100644 --- a/mod/update_network.php +++ b/mod/update_network.php @@ -1,15 +1,25 @@ \r\n"; echo (($_GET['msie'] == 1) ? '
' : '
'); - echo str_replace("\t",' ',network_content($a,true)); + + + $text = network_content($a,$profile_uid); + $pattern = "/]*) src=\"([^\"]*)\"/"; + $replace = "' : '
'); echo "\r\n"; killme();