DataObjects/core.sql
[Pman.Core] / NotifySend.php
index 1670803..b7f635c 100644 (file)
@@ -154,7 +154,6 @@ class Pman_Core_NotifySend extends Pman
         $l->whereAdd('id != '. $w->id);
         $l->orderBy('sent DESC');
         $l->limit(1);
-        print_r($l);
         $ar = $l->fetchAll('sent');
         $last = empty($ar) ? date('Y-m-d H:i:s', 0) : $ar[0];