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