From 92282dd0d4a7c1c79353deeeea8c18425da1feac Mon Sep 17 00:00:00 2001 From: Nicolas Le Goff Date: Wed, 7 Aug 2013 18:53:06 +0200 Subject: [PATCH] Fix #1412 Set defaut gender to empty value --- lib/conf.d/bases_structure.xml | 10 ++++------ templates/web/account/account.html.twig | 1 + 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/lib/conf.d/bases_structure.xml b/lib/conf.d/bases_structure.xml index c94c838aa1..bafcefb40b 100644 --- a/lib/conf.d/bases_structure.xml +++ b/lib/conf.d/bases_structure.xml @@ -3518,11 +3518,9 @@ usr_sexe int(1) unsigned - + YES - - - 0 + @@ -4013,7 +4011,7 @@ null 2 - 0 + null autoregister autoregister NOW() @@ -4032,7 +4030,7 @@ null 2 - 0 + null invite invite NOW() diff --git a/templates/web/account/account.html.twig b/templates/web/account/account.html.twig index 20adeb9b1f..9b579b6d83 100644 --- a/templates/web/account/account.html.twig +++ b/templates/web/account/account.html.twig @@ -46,6 +46,7 @@