From: Edward Date: Wed, 29 Apr 2015 04:06:29 +0000 (+0800) Subject: DataObjects/Core_notify.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=d5c316b8731df481bcae7f51cdffd7d3dd0abd41 DataObjects/Core_notify.php --- diff --git a/DataObjects/Core_notify.php b/DataObjects/Core_notify.php index c89b37bb..40063d01 100644 --- a/DataObjects/Core_notify.php +++ b/DataObjects/Core_notify.php @@ -42,7 +42,9 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject public $trigger_event_id; // int(11) public $evtype; // event type (or method to call)fall public $act_start; - + public $person_table; + + /* the code above is auto generated do not remove the tag below */ ###END_AUTOCODE @@ -53,7 +55,7 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject return; } -// $person_table = + $person_table = $c = DB_DataObject::Factory('Person'); $c->get($this->person_id); return $c;