aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-03-01 21:06:27 -0800
committerredmatrix <git@macgirvin.com>2016-03-01 21:06:27 -0800
commit548bf884a4b34a4881f3188e54c592597f755dc9 (patch)
treef448f4b694f7263388e020e36fb586175d8f203e /include
parenta0baa480e3968306c8ebc297a60f84b4d2ccf8c9 (diff)
downloadvolse-hubzilla-548bf884a4b34a4881f3188e54c592597f755dc9.tar.gz
volse-hubzilla-548bf884a4b34a4881f3188e54c592597f755dc9.tar.bz2
volse-hubzilla-548bf884a4b34a4881f3188e54c592597f755dc9.zip
profile field admin page (functional only: still needs a lot of HTML/CSS cleanup)
Diffstat (limited to 'include')
-rw-r--r--include/identity.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/identity.php b/include/identity.php
index 382b096fe..0a461dbe4 100644
--- a/include/identity.php
+++ b/include/identity.php
@@ -1652,7 +1652,7 @@ function get_profile_fields_basic($filter = 0) {
$profile_fields_basic = (($filter == 0) ? get_config('system','profile_fields_basic') : null);
if(! $profile_fields_basic)
- $profile_fields_basic = array('name','pdesc','chandesc','gender','dob','dob_tz','address','locality','region','postal_code','country_name','marital','sexual','homepage','hometown','keywords','about','contact');
+ $profile_fields_basic = array('name','pdesc','chandesc','gender','dob','dob_tz','address','locality','region','postal_code','country_name','marital','with','howlong','sexual','homepage','hometown','keywords','about','contact');
$x = array();
if($profile_fields_basic)
@@ -1667,7 +1667,7 @@ function get_profile_fields_advanced($filter = 0) {
$basic = get_profile_fields_basic($filter);
$profile_fields_advanced = (($filter == 0) ? get_config('system','profile_fields_advanced') : null);
if(! $profile_fields_advanced)
- $profile_fields_advanced = array('with','howlong','politic','religion','likes','dislikes','interest','channels','music','book','film','tv','romance','work','education');
+ $profile_fields_advanced = array('politic','religion','likes','dislikes','interest','channels','music','book','film','tv','romance','work','education');
$x = array();
if($basic)