NotifySend.php
authorAlan Knowles <alan@roojs.com>
Mon, 19 Nov 2012 05:32:15 +0000 (13:32 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 19 Nov 2012 05:32:15 +0000 (13:32 +0800)
NotifySend.php

index 06bc890..b7f635c 100644 (file)
@@ -234,8 +234,8 @@ class Pman_Core_NotifySend extends Pman
          if (!empty($opts['send-to'])) {
             $p->email = $opts['send-to'];
         }
-        
-         
+        // since some of them have spaces?!?!
+        $p->email = trim($p->email);
         
         
         //print_r($p);