diff options
author | Michael Vogel <icarus@dabo.de> | 2012-02-23 07:53:45 +0100 |
---|---|---|
committer | Michael Vogel <icarus@dabo.de> | 2012-02-23 07:53:45 +0100 |
commit | 9f92bbb04cefc1051e0c7803f88e7b4cb8826d37 (patch) | |
tree | 4b7227db80dc3662d01a3d2f944938b5fefdb4f0 /include | |
parent | 3c6b127d40e2f0ea1c2d8eb7114c3e121b58ba2e (diff) | |
download | volse-hubzilla-9f92bbb04cefc1051e0c7803f88e7b4cb8826d37.tar.gz volse-hubzilla-9f92bbb04cefc1051e0c7803f88e7b4cb8826d37.tar.bz2 volse-hubzilla-9f92bbb04cefc1051e0c7803f88e7b4cb8826d37.zip |
Removed the export of markdown articles. That was for testing purposes only.
Diffstat (limited to 'include')
-rwxr-xr-x | include/bb2diaspora.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/bb2diaspora.php b/include/bb2diaspora.php index 70d4bec9a..bcef86616 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'); |