From e0e1c98c19193badd50eb9212254afc36e097b82 Mon Sep 17 00:00:00 2001 From: Micheal Date: Wed, 31 Dec 2014 12:25:46 +0800 Subject: [PATCH] DataObjects/Core_person_signup.php --- DataObjects/Core_person_signup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataObjects/Core_person_signup.php b/DataObjects/Core_person_signup.php index 4ecc4235..bfd81d28 100644 --- a/DataObjects/Core_person_signup.php +++ b/DataObjects/Core_person_signup.php @@ -14,7 +14,7 @@ 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 -- 2.39.2