DataObjects/Core_person_signup.php
[Pman.Core] / DataObjects / Core_person_signup.php
index f0d42db..f438024 100644 (file)
@@ -22,6 +22,8 @@ class Pman_Core_DataObjects_Core_person_signup extends DB_DataObject
     public $verify_key;                      // int(11)
     public $verified;
     public $created_dt;                      // datetime(19)  binary
+    public $company_name;
+    public $person_type;
 
 //    function verify($key) 
 //    {