NotifySend.php
[Pman.Core] / NotifySend.php
index f92e523..07c4c20 100644 (file)
@@ -278,6 +278,7 @@ 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);