From 837d04a5c757a8ea1af52e55ff5cb8888ea70ecb Mon Sep 17 00:00:00 2001 From: tbar0970 Date: Sat, 17 Dec 2016 21:37:22 +1100 Subject: [PATCH] Ladies first. --- db_objects/person.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db_objects/person.class.php b/db_objects/person.class.php index 1e4fd5e0..1f3df0ed 100644 --- a/db_objects/person.class.php +++ b/db_objects/person.class.php @@ -58,8 +58,8 @@ protected static function _getFields() ), 'gender' => Array( 'type' => 'select', - 'options' => Array('male' => 'Male', 'female' => 'Female', '' => 'Unknown'), - 'default' => '', + 'options' => Array('female' => 'Female', 'male' => 'Male', '' => 'Unknown'), + 'default' => 'female', 'divider_before' => true, ), 'age_bracket' => Array(