X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=DataObjects%2FCore_notify_recur.php;h=7e3a98b6de297c243798a97750d4050a48313f3a;hb=dfa0414559e0a08903276c1e0dbac392733e9a6c;hp=1b3a256dafbf65db14632a262f95f0b94d194093;hpb=d894dbbf591e5ef41ece44cdd770cd5ab8fc9f4e;p=Pman.Core diff --git a/DataObjects/Core_notify_recur.php b/DataObjects/Core_notify_recur.php index 1b3a256d..7e3a98b6 100644 --- a/DataObjects/Core_notify_recur.php +++ b/DataObjects/Core_notify_recur.php @@ -87,7 +87,7 @@ class Pman_Core_DataObjects_Core_notify_recur extends DB_DataObject } } - //print_r($usedays); + //print_r($this); foreach($usedays as $d){ @@ -145,7 +145,8 @@ class Pman_Core_DataObjects_Core_notify_recur extends DB_DataObject "act_when" => $time, "person_id" => $this->person_id, "onid" => $this->onid, - "ontable" => $this->ontable + "ontable" => $this->ontable, + 'evtype' => $this->method, )); $add->insert(); }