[-] Install : Add gender durring install

[*] FO : Add gender_type "neutral"
// Normalization
This commit is contained in:
mDeflotte
2011-09-23 09:58:19 +00:00
parent 4dd85d92c0
commit 0f2915813f
3 changed files with 40 additions and 16 deletions
+4 -4
View File
@@ -35,11 +35,11 @@ class GenderCore extends ObjectModel
public $type;
protected $fieldsRequired = array('type');
protected $fieldsSize = array();
protected $fieldsValidate = array();
protected $fieldsSize = array();
protected $fieldsValidate = array();
protected $fieldsRequiredLang = array('name');
protected $fieldsSizeLang = array('name' => 20);
protected $fieldsValidateLang = array('name' => 'isString');
protected $fieldsSizeLang = array('name' => 20);
protected $fieldsValidateLang = array('name' => 'isString');
protected $table = 'gender';
protected $identifier = 'id_gender';