From: Micheal Date: Wed, 31 Dec 2014 09:54:41 +0000 (+0800) Subject: DataObjects/Core_person_signup.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=3e59bd180317f89f361e297fd3f2efbadcd12831 DataObjects/Core_person_signup.php --- diff --git a/DataObjects/Core_person_signup.php b/DataObjects/Core_person_signup.php index 741c989d..f55c32ae 100644 --- a/DataObjects/Core_person_signup.php +++ b/DataObjects/Core_person_signup.php @@ -14,11 +14,11 @@ class Pman_Core_DataObjects_Core_person_signup extends DB_DataObject public $id; // int(11) not_null primary_key auto_increment public $email; // string(128) not_null - //public $name; // string(128) not_null + public $name; // string(128) not_null public $firstname; // string(128) not_null public $lastname; // string(128) not_null - //public $firstname_alt; // string(128) not_null - //public $lastname_alt; // string(128) not_null + public $firstname_alt; // string(128) not_null + public $lastname_alt; // string(128) not_null public $honor; // string(128) not_null