diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-07-11 06:24:10 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-07-11 06:24:10 -0700 |
commit | 8e22178b8a135ccc315de1c9f305e81d97556709 (patch) | |
tree | aadc3878d3b56e21cf9672f77e974d729b805163 /mod | |
parent | 83dc89d8594e5de56f7bdc173048e93a5c73d488 (diff) | |
download | volse-hubzilla-8e22178b8a135ccc315de1c9f305e81d97556709.tar.gz volse-hubzilla-8e22178b8a135ccc315de1c9f305e81d97556709.tar.bz2 volse-hubzilla-8e22178b8a135ccc315de1c9f305e81d97556709.zip |
tweaks
Diffstat (limited to 'mod')
-rw-r--r-- | mod/profiles.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mod/profiles.php b/mod/profiles.php index 4bbfbb44c..208f8545e 100644 --- a/mod/profiles.php +++ b/mod/profiles.php @@ -63,8 +63,6 @@ function profiles_post(&$a) { $education = escape_tags(trim($_POST['education'])); if(x($_POST,'profile_in_directory')) $publish = (($_POST['profile_in_directory'] == 1) ? 1: 0); - if(! in_array($gender,array('','Male','Female','Other'))) - $gender = ''; $r = q("UPDATE `profile` SET `profile-name` = '%s', |