From 8526fdd221ee7fe2b3a7ad558e05d36d6e4babd9 Mon Sep 17 00:00:00 2001 From: Micheal Date: Wed, 31 Dec 2014 12:23:31 +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 6ab32286..4ecc4235 100644 --- a/DataObjects/Core_person_signup.php +++ b/DataObjects/Core_person_signup.php @@ -17,13 +17,13 @@ class Pman_Core_DataObjects_Core_person_signup extends DB_DataObject 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 public $verify_key; // int(11) - + public $verified; public $created_dt; // datetime(19) binary -- 2.39.2