From 8754e09420a43a1d231a51cfee0ea59894155ef5 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 7 Jan 2016 15:28:42 +0800 Subject: [PATCH] DataObjects/Core_notify_recur.php --- DataObjects/Core_notify_recur.php | 1 + 1 file changed, 1 insertion(+) diff --git a/DataObjects/Core_notify_recur.php b/DataObjects/Core_notify_recur.php index b4f8cd35..799ce4c3 100644 --- a/DataObjects/Core_notify_recur.php +++ b/DataObjects/Core_notify_recur.php @@ -146,6 +146,7 @@ class Pman_Core_DataObjects_Core_notify_recur extends DB_DataObject $notifytimes = $this->notifyTimes(2); + echo "{$this->person()->email}\n"; print_R($notifytimes); $newSearch = DB_DataObject::factory('core_notify'); -- 2.39.2