X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=DataObjects%2FCore_notify.php;h=40063d01ec20fca4c25d0a912f778a3dea562fdf;hp=c89b37bbca65a84385cd1f5c9b25181b7c8812ff;hb=d5c316b8731df481bcae7f51cdffd7d3dd0abd41;hpb=d80a7f1ba4f23d343101903180e49a93b6f0416c 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;