From: Michael Vogel <icarus@dabo.de>
Date: Thu, 23 Feb 2012 06:53:45 +0000 (+0100)
Subject: Removed the export of markdown articles. That was for testing purposes only.
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9f92bbb04cefc1051e0c7803f88e7b4cb8826d37;p=friendica.git

Removed the export of markdown articles. That was for testing purposes only.
---

diff --git a/include/bb2diaspora.php b/include/bb2diaspora.php
index 70d4bec9af..bcef86616b 100755
--- a/include/bb2diaspora.php
+++ b/include/bb2diaspora.php
@@ -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');