X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=DataObjects%2FCore_notify.php;h=c89b37bbca65a84385cd1f5c9b25181b7c8812ff;hp=a0631a9ae4f5ce0b679d6fc136e4fccd9a44a9de;hb=9327ac012118d484cbbbb08bb7ea778afc23d8f1;hpb=3babd5b56078e1f8ec5ceaf47ae0c61c7ea36f50 diff --git a/DataObjects/Core_notify.php b/DataObjects/Core_notify.php index a0631a9a..c89b37bb 100644 --- a/DataObjects/Core_notify.php +++ b/DataObjects/Core_notify.php @@ -52,6 +52,8 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject $this->person_id = is_object($set) ? $set->id : $set; return; } + +// $person_table = $c = DB_DataObject::Factory('Person'); $c->get($this->person_id); return $c;