Libertree: Added a parameter so that the bb2markdown conversion can differ from liber...
authorMichael Vogel <icarus@dabo.de>
Sun, 15 Jul 2012 11:41:01 +0000 (13:41 +0200)
committerMichael Vogel <icarus@dabo.de>
Sun, 15 Jul 2012 11:41:01 +0000 (13:41 +0200)
libertree/libertree.php

index fcd0fa5..4141d8b 100755 (executable)
@@ -188,7 +188,7 @@ function libertree_send(&$a,&$b) {
                 } while ($oldbody != $body);
 
                // convert to markdown
-               $body = bb2diaspora($body);
+               $body = bb2diaspora($body, false, false);
 
                // Adding the title
                if(strlen($title))