X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fupdate_notes.php;h=7db60e78e077a664eb2a6e328553a3b89f43f43e;hb=61664ee6595ad0a9158b2c3171dbc522066e2dec;hp=892e71d782bcc43f437dfd46ca56625f494c1457;hpb=71ab86d0c31a81e989d83e0eb68e656783214c03;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";