X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fupdate_notes.php;h=10f60c1ef17472b2ad42c01cc3578d8931e9aef1;hb=6c341962648b73c935c2de26996b07332b776a1f;hp=e369261128444cc2a3f221639f433221825228ad;hpb=f0725ae3845ea133a145a3fcc2599fa21c888bae;p=friendica.git diff --git a/mod/update_notes.php b/mod/update_notes.php index e369261128..10f60c1ef1 100644 --- a/mod/update_notes.php +++ b/mod/update_notes.php @@ -32,11 +32,7 @@ function update_notes_content(App $a) { $text = notes_content($a, $profile_uid); - $pattern = "/]*) src=\"([^\"]*)\"/"; - $replace = ""; $pattern = "/<\s*audio[^>]*>(.*?)<\s*\/\s*audio>/i"; $text = preg_replace($pattern, $replace, $text); @@ -52,5 +48,5 @@ function update_notes_content(App $a) { echo str_replace("\t", " ", $text); echo ""; echo "\r\n"; - killme(); + exit(); } \ No newline at end of file