tweaks
This commit is contained in:
parent
83dc89d859
commit
8e22178b8a
|
@ -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',
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue