From: Edward Date: Wed, 29 Apr 2015 04:05:18 +0000 (+0800) Subject: DataObjects/Core_notify.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=9327ac012118d484cbbbb08bb7ea778afc23d8f1 DataObjects/Core_notify.php --- 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;