aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMichael Vogel <icarus@dabo.de>2012-03-11 23:29:59 +0100
committerMichael Vogel <icarus@dabo.de>2012-03-11 23:29:59 +0100
commit2ed6b3531eb1a9b778dfd87614fd824480a135e2 (patch)
treef88ad59fdba3c88c696b34cfaedab959587a9af2 /include
parent905ba5ba1d5d8e2d0caa5c0208357672ee527b7d (diff)
downloadvolse-hubzilla-2ed6b3531eb1a9b778dfd87614fd824480a135e2.tar.gz
volse-hubzilla-2ed6b3531eb1a9b778dfd87614fd824480a135e2.tar.bz2
volse-hubzilla-2ed6b3531eb1a9b778dfd87614fd824480a135e2.zip
Removing test exports
Diffstat (limited to 'include')
-rwxr-xr-xinclude/delivery.php4
-rwxr-xr-xinclude/notifier.php4
2 files changed, 4 insertions, 4 deletions
diff --git a/include/delivery.php b/include/delivery.php
index c1ff07bd5..41869988d 100755
--- a/include/delivery.php
+++ b/include/delivery.php
@@ -435,8 +435,8 @@ function delivery_run($argv, $argc){
$headers .= 'Reply-to: ' . $reply_to . "\n";
// for testing purposes: Collect exported mails
- $file = tempnam("/tmp/friendica/", "mail-out-");
- file_put_contents($file, json_encode($it));
+ // $file = tempnam("/tmp/friendica/", "mail-out-");
+ // file_put_contents($file, json_encode($it));
$headers .= 'Message-Id: <' . iri2msgid($it['uri']). '>' . "\n";
diff --git a/include/notifier.php b/include/notifier.php
index 5b23406fc..c0a98c8eb 100755
--- a/include/notifier.php
+++ b/include/notifier.php
@@ -648,8 +648,8 @@ function notifier_run($argv, $argc){
$headers .= 'Reply-to: ' . $reply_to . "\n";
// for testing purposes: Collect exported mails
- $file = tempnam("/tmp/friendica/", "mail-out2-");
- file_put_contents($file, json_encode($it));
+ //$file = tempnam("/tmp/friendica/", "mail-out2-");
+ //file_put_contents($file, json_encode($it));
$headers .= 'Message-Id: <' . iri2msgid($it['uri']) . '>' . "\n";