Grumpf grumpf grumpf.
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 1 Jul 2010 14:17:55 +0000 (16:17 +0200)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 1 Jul 2010 14:17:55 +0000 (16:17 +0200)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
include/massmailer.inc.php

index 808297e..d4f0789 100644 (file)
@@ -216,7 +216,6 @@ abstract class MassMailer
                 $this->sendTo($user, $hash);
                 ++$emailsCount;
             }
-            print_r($sent);
             XDB::execute("UPDATE  {$this->_subscriptionTable}
                              SET  last = {?}
                            WHERE " . implode(' OR ', $sent), $this->_id);