NotifySend.php
authorAlan Knowles <alan@roojs.com>
Sat, 8 Oct 2011 01:35:41 +0000 (09:35 +0800)
committerAlan Knowles <alan@roojs.com>
Sat, 8 Oct 2011 01:35:41 +0000 (09:35 +0800)
NotifySend.php

index 20ce865..c94934a 100644 (file)
@@ -164,9 +164,7 @@ class Pman_Core_NotifySend extends Pman
                     ."\n");
         }
         
-        
-        
-        
+         
         if (!isset($email['headers']['Message-Id'])) {
             $HOST = gethostname();
             $email['headers']['Message-Id'] = "<{$this->table}-{$id}@{$HOST}>";