]> git.mxchange.org Git - friendica.git/commitdiff
Bugfix: Removed test code.
authorMichael Vogel <icarus@dabo.de>
Wed, 21 Jan 2015 11:42:34 +0000 (12:42 +0100)
committerMichael Vogel <icarus@dabo.de>
Wed, 21 Jan 2015 11:42:34 +0000 (12:42 +0100)
include/Emailer.php

index a3f85433de04335c57cfabb8a7a5448bf099ca18..7aae57346e0bb08626eab9abab7257f9fab102d7 100644 (file)
@@ -68,7 +68,7 @@ class Emailer {
                        'body' => $multipartMessageBody,
                        'headers' => $messageHeader
                );
-               echo "<pre>"; var_dump($hookdata); killme();
+               //echo "<pre>"; var_dump($hookdata); killme();
                call_hooks("emailer_send", $hookdata);
                $res = mail(
                        $hookdata['to'],                                                        // send to address