NotifySend.php
authorAlan Knowles <alan@akbkhome.com>
Tue, 23 Aug 2011 07:55:31 +0000 (15:55 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 23 Aug 2011 07:55:31 +0000 (15:55 +0800)
NotifySend.php

index 40acf8e..e7c3557 100644 (file)
@@ -141,7 +141,7 @@ class Pman_Core_NotifySend extends Pman
             $w->msgid = '';
             $w->event_id = $id;
             $w->update($ww);
-            die(date('Y-m-d h:i:s') . ' ' .
+            die(date('Y-m-d h:i:s ') . 
                     (isset($email['error'])  ?
                             $email['error'] : "INTERNAL ERROR  - We can not handle " . $w->ontable)
                     ."\n");