DataObjects/I18n.php
[Pman.Core] / Mailer.php
index 0a35fc8..8ded27f 100644 (file)
@@ -287,7 +287,7 @@ class Pman_Core_Mailer {
             return $mail;
         } 
         $rcpts = $this->rcpts == false ? $email['recipents'] : $this->rcpts;
-        print_r($email['recipents']);exit;
+        
         if (!empty($this->contents['bcc']) && is_array($this->contents['bcc'])) {
             $rcpts =array_merge(is_array($rcpts) ? $rcpts : array($rcpts), $this->contents['bcc']);
         }