X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fupdate_community.php;h=e15520320ea85944353a5c1647f761bcefb2ac14;hb=ed2bb213607e042c5ddf21325efc408b112a665e;hp=d64ea5d709114f2bf2a8f37c3df1061b85e1e73b;hpb=69300291f03fe85502df9907014f0ad68ee07c9c;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(); }