From 3e59bd180317f89f361e297fd3f2efbadcd12831 Mon Sep 17 00:00:00 2001 From: Micheal Date: Wed, 31 Dec 2014 17:54:41 +0800 Subject: [PATCH] DataObjects/Core_person_signup.php --- DataObjects/Core_person_signup.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.2