X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Mailer.php;h=39f76ef3b11d92f2773697444544abfc7f1a6002;hb=90d9cea02cee312625f710bc9c7f8feadb9d5fc9;hp=832b6b95d1f929168acef6bf858a4688c9a25f4d;hpb=2efc42d341446273deec08cc46a16ecc1f4fe6ff;p=Pman.Core diff --git a/Mailer.php b/Mailer.php index 832b6b95..39f76ef3 100644 --- a/Mailer.php +++ b/Mailer.php @@ -321,8 +321,9 @@ class Pman_Core_Mailer { $pg = $ff->page; + $ts = microtime(true); $email = is_array($email) ? $email : $this->toData(); - + print_r(microtime(true) - $ts);exit; if (is_a($email, 'PEAR_Error')) { $pg->addEvent("COREMAILER-FAIL", false, "email toData failed");