aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mod/profiles.php2
-rw-r--r--view/style.css1
-rw-r--r--wip/todo3
3 files changed, 3 insertions, 3 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',
diff --git a/view/style.css b/view/style.css
index 60d9b2f19..ccf58c72f 100644
--- a/view/style.css
+++ b/view/style.css
@@ -740,6 +740,7 @@ input#dfrn-url {
float: left;
padding:3px;
margin-top: 10px;
+ margin-bottom: 10px;
margin-right: 5px;
border: 1px solid #888888;
font-size: 0.8em;
diff --git a/wip/todo b/wip/todo
index 9da49b683..1f7e55044 100644
--- a/wip/todo
+++ b/wip/todo
@@ -14,7 +14,6 @@ profile "you name it" field
profile display restrict/check access
-publish to external directory
groups
@@ -63,6 +62,8 @@ ajax
image/link inline ajax
+publish to external directory
+
local data performance improvements
product registration/protection