DataObjects/Core_notify_recur.php
authorChris <chris@roojs.com>
Thu, 24 May 2012 06:35:39 +0000 (14:35 +0800)
committerChris <chris@roojs.com>
Thu, 24 May 2012 06:35:39 +0000 (14:35 +0800)
DataObjects/Core_notify_recur.php

index e386a4f..7118fae 100644 (file)
@@ -57,7 +57,7 @@ class Pman_Core_DataObjects_Core_notify_recur extends DB_DataObject
         
         // make a list of datetimes when notifies need to be generated for.
         // it starts 24 hours ago.. or when dtstart
-        
+        print_r($this);
         list($start, $end) = $this->notifytimesRange($advance);
         
         if (strtotime($start) > strtotime($end)) {