From 9f92bbb04cefc1051e0c7803f88e7b4cb8826d37 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Thu, 23 Feb 2012 07:53:45 +0100 Subject: [PATCH] Removed the export of markdown articles. That was for testing purposes only. --- include/bb2diaspora.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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');