DataObjects/Core_notify.php
[Pman.Core] / DataObjects / Core_notify.php
index a0631a9..c89b37b 100644 (file)
@@ -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;