]> git.mxchange.org Git - friendica.git/commitdiff
forget about the image link we have it in the wrapper
authorFriendika <info@friendika.com>
Tue, 23 Aug 2011 08:51:37 +0000 (01:51 -0700)
committerFriendika <info@friendika.com>
Tue, 23 Aug 2011 08:51:37 +0000 (01:51 -0700)
include/bb2diaspora.php

index 3d5846432ddbe5b5ccba077bc438425fefd912ec..0dae9ae45585c36115a684f0735aa25262881397 100644 (file)
@@ -38,7 +38,7 @@ function bb2diaspora($Text,$preserve_nl = false) {
        $Text = preg_replace("/\[url\]([$URLSearchString]*)\[\/url\]/", '[$1]($1)', $Text);
        $Text = preg_replace("(\[url\=([$URLSearchString]*)\](.*?)\[/url\])", '[$2]($1)', $Text);
 
-       $Text = preg_replace("/\[img\](.*?)\[\/img\]/", t('Image/photo: ') . '$1', $Text);
+//     $Text = preg_replace("/\[img\](.*?)\[\/img\]/", t('Image/photo: ') . '$1', $Text);
 
        // Perform MAIL Search
        $Text = preg_replace("(\[mail\]([$MAILSearchString]*)\[/mail\])", '[$1](mailto:$1)', $Text);