]> git.mxchange.org Git - friendica.git/blobdiff - mod/profiles.php
revamp of item structure
[friendica.git] / mod / profiles.php
index 4bbfbb44cbc7f047854086b670b31065da4edc39..208f8545e3a6c7c7b609a19794e06c44ceacea0a 100644 (file)
@@ -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',