X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fupdate_notes.php;h=7db60e78e077a664eb2a6e328553a3b89f43f43e;hb=bedab33e0b3a1636332c8f07c157a357bf3fd459;hp=892e71d782bcc43f437dfd46ca56625f494c1457;hpb=dccf07c6d8596314c2705786e95eb7dfbd1667c0;p=friendica.git diff --git a/mod/update_notes.php b/mod/update_notes.php index 892e71d782..7db60e78e0 100644 --- a/mod/update_notes.php +++ b/mod/update_notes.php @@ -32,10 +32,6 @@ function update_notes_content(App $a) { $text = notes_content($a, $profile_uid); - $pattern = "/]*) src=\"([^\"]*)\"/"; - $replace = ""; $pattern = "/<\s*audio[^>]*>(.*?)<\s*\/\s*audio>/i";