From cfe45863d95e4c142050774b8534dfcb03694d67 Mon Sep 17 00:00:00 2001 From: Edward Date: Fri, 11 Jan 2013 16:09:34 +0800 Subject: [PATCH] NotifySend.php --- NotifySend.php | 1 + 1 file changed, 1 insertion(+) diff --git a/NotifySend.php b/NotifySend.php index b7f635c7..91d2e704 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -155,6 +155,7 @@ class Pman_Core_NotifySend extends Pman $l->orderBy('sent DESC'); $l->limit(1); $ar = $l->fetchAll('sent'); + print_r($l->tableName()); $last = empty($ar) ? date('Y-m-d H:i:s', 0) : $ar[0]; // find last event.. -- 2.39.2