]> git.mxchange.org Git - friendica.git/commitdiff
Removing test exports
authorMichael Vogel <icarus@dabo.de>
Sun, 11 Mar 2012 22:29:59 +0000 (23:29 +0100)
committerMichael Vogel <icarus@dabo.de>
Sun, 11 Mar 2012 22:29:59 +0000 (23:29 +0100)
include/delivery.php
include/notifier.php

index c1ff07bd5438226b6b63a18e7327172e8329dff6..41869988dc86262a091ee9e12d4a3f7e7caf9464 100755 (executable)
@@ -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";
 
index 5b23406fce629b514e472a5526ab8c2d70856de5..c0a98c8eb37c009b22b15cfcc3545e416715dfb2 100755 (executable)
@@ -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";