]> git.mxchange.org Git - friendica.git/blobdiff - include/bb2diaspora.php
sql typo in auto-friend with D*
[friendica.git] / include / bb2diaspora.php
index 9a29b05a2a8549e5673769739f8efbdf84637bcb..c26b0c33419882c9e6efb0fc2f54247098d9018f 100755 (executable)
@@ -212,7 +212,7 @@ function bb2diaspora($Text,$preserve_nl = false) {
        $Text = preg_replace("/\[vimeo\]([0-9]+)(.*?)\[\/vimeo\]/ism", 'http://vimeo.com/$1',$Text);
 
 
-
+       $Text = str_replace('[nosmile]','',$Text);
 
        // oembed tag
        //      $Text = oembed_bbcode2html($Text);