mirror of
https://github.com/friendica/friendica
synced 2025-04-26 08:30:10 +00:00
"howlong" added to marital status.
This commit is contained in:
parent
29bdf432f0
commit
608d424b0b
8 changed files with 33 additions and 5 deletions
|
@ -39,6 +39,9 @@ function advanced_profile(&$a) {
|
|||
|
||||
if($a->profile['with']) $profile['marital']['with'] = $a->profile['with'];
|
||||
|
||||
if(strlen($a->profile['howlong']) && $a->profile['howlong'] !== '0000-00-00 00:00:00') {
|
||||
$profile['howlong'] = relative_date($a->profile['howlong'], t('for %1$d %2$s'));
|
||||
}
|
||||
|
||||
if($a->profile['sexual']) $profile['sexual'] = array( t('Sexual Preference:'), $a->profile['sexual'] );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue