From: Jure Kajzer Date: Thu, 22 Oct 2009 17:02:15 +0000 (+0000) Subject: changed def. gender to unknown. X-Git-Tag: 1.31.0-rc.0~39173 X-Git-Url: http://git.cyclocoop.org//%27%40script%40/%27?a=commitdiff_plain;h=63f6267a58a44115d0bb109fec591038b46d2ffc;p=lhc%2Fweb%2Fwiklou.git changed def. gender to unknown. --- diff --git a/includes/Preferences.php b/includes/Preferences.php index ef0833eba1..7cdcc711a2 100644 --- a/includes/Preferences.php +++ b/includes/Preferences.php @@ -198,7 +198,7 @@ class Preferences { $defaultPreferences['gender'] = array( 'type' => 'select', - 'default' => 'male', + 'default' => 'unknown', 'section' => 'personal/info', 'options' => array( wfMsg( 'gender-male' ) => 'male',