X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fupdate_community.php;h=e15520320ea85944353a5c1647f761bcefb2ac14;hb=6c341962648b73c935c2de26996b07332b776a1f;hp=d64ea5d709114f2bf2a8f37c3df1061b85e1e73b;hpb=e1dd1aa35804f1fed565f7a0538bf45aaa32f2ff;p=friendica.git diff --git a/mod/update_community.php b/mod/update_community.php index d64ea5d709..e15520320e 100644 --- a/mod/update_community.php +++ b/mod/update_community.php @@ -19,10 +19,6 @@ function update_community_content(App $a) { $text = ''; } - $pattern = "/]*) src=\"([^\"]*)\"/"; - $replace = ""; $pattern = "/<\s*audio[^>]*>(.*?)<\s*\/\s*audio>/i"; @@ -38,5 +34,5 @@ function update_community_content(App $a) { echo str_replace("\t", " ", $text); echo ""; echo "\r\n"; - killme(); + exit(); }