NotifySend.php
[Pman.Core] / NotifySend.php
index 07c4c20..f92e523 100644 (file)
@@ -278,7 +278,6 @@ class Pman_Core_NotifySend extends Pman
       
         
         require_once 'Validate.php';
-        die('a');
         if (!Validate::email($p->email, true)) {
             $ev = $this->addEvent('NOTIFYFAIL', $w, "INVALID ADDRESS: " . $p->email);
             $ww = clone($w);