aboutsummaryrefslogtreecommitdiffstats
path: root/include/bb2diaspora.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-08-23 01:51:37 -0700
committerFriendika <info@friendika.com>2011-08-23 01:51:37 -0700
commit124881903ef1c6bd6717b14074538007a01da89a (patch)
treeb399320003389a25188b4f244794a01fc4ac82a5 /include/bb2diaspora.php
parent508f22f859eb8e450f705a401e72bb2ee2cd72ef (diff)
downloadvolse-hubzilla-124881903ef1c6bd6717b14074538007a01da89a.tar.gz
volse-hubzilla-124881903ef1c6bd6717b14074538007a01da89a.tar.bz2
volse-hubzilla-124881903ef1c6bd6717b14074538007a01da89a.zip
forget about the image link we have it in the wrapper
Diffstat (limited to 'include/bb2diaspora.php')
-rw-r--r--include/bb2diaspora.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bb2diaspora.php b/include/bb2diaspora.php
index 3d5846432..0dae9ae45 100644
--- a/include/bb2diaspora.php
+++ b/include/bb2diaspora.php
@@ -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);