diff options
author | Friendika <info@friendika.com> | 2011-08-23 18:50:18 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-08-23 18:50:18 -0700 |
commit | c1acea330c7c497f85c587e5499718d170272040 (patch) | |
tree | 4f73ef4796530f65fb5aa9630871482e76da574d /include/bb2diaspora.php | |
parent | 3b4da00495f17fd937ebdfc14b52106ac4d9a5f3 (diff) | |
download | volse-hubzilla-c1acea330c7c497f85c587e5499718d170272040.tar.gz volse-hubzilla-c1acea330c7c497f85c587e5499718d170272040.tar.bz2 volse-hubzilla-c1acea330c7c497f85c587e5499718d170272040.zip |
photo fixes
Diffstat (limited to 'include/bb2diaspora.php')
-rw-r--r-- | include/bb2diaspora.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bb2diaspora.php b/include/bb2diaspora.php index 3baba8a9e..5ce34d666 100644 --- a/include/bb2diaspora.php +++ b/include/bb2diaspora.php @@ -39,7 +39,7 @@ function bb2diaspora($Text,$preserve_nl = false) { $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'), $Text); +// $Text = preg_replace("/\[img\](.*?)\[\/img\]/", t('image/photo'), $Text); // Perform MAIL Search $Text = preg_replace("(\[mail\]([$MAILSearchString]*)\[/mail\])", '[$1](mailto:$1)', $Text); |