]> git.mxchange.org Git - friendica.git/commitdiff
Removed the export of markdown articles. That was for testing purposes only.
authorMichael Vogel <icarus@dabo.de>
Thu, 23 Feb 2012 06:53:45 +0000 (07:53 +0100)
committerMichael Vogel <icarus@dabo.de>
Thu, 23 Feb 2012 06:53:45 +0000 (07:53 +0100)
include/bb2diaspora.php

index 70d4bec9afd7f6371f56c4ad8efe4f957e3dc43b..bcef86616be4f73498fb6418ddb7577a3d0af86f 100755 (executable)
@@ -14,8 +14,8 @@ require_once('include/html2bbcode.php');
 function diaspora2bb($s) {
 
        // for testing purposes: Collect raw markdown articles
-       $file = tempnam("/tmp/friendica/", "markdown");
-       file_put_contents($file, $s);
+       // $file = tempnam("/tmp/friendica/", "markdown");
+       // file_put_contents($file, $s);
 
        $s = html_entity_decode($s,ENT_COMPAT,'UTF-8');