Skip to content

Commit

Permalink
Ladies first.
Browse files Browse the repository at this point in the history
  • Loading branch information
tbar0970 committed Dec 17, 2016
1 parent 719931f commit 837d04a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions db_objects/person.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 837d04a

Please sign in to comment.