From 100e0549cc470208fbc1a6b1a0d32f4eb19fd198 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 12 Dec 2011 15:12:32 +0800 Subject: [PATCH] NotifySend.php --- NotifySend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NotifySend.php b/NotifySend.php index 1b4c30da..b96f69da 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -197,7 +197,7 @@ class Pman_Core_NotifySend extends Pman $w->msgid = ''; $w->event_id = $ev->id; $w->update($ww); - die(date('Y-m-d h:i:s') . ' - FAILED - BAD EMAIL - {$p->email} \n"); + die(date('Y-m-d h:i:s') . " - FAILED - BAD EMAIL - {$p->email} \n"); } -- 2.39.2