mirror of
https://github.com/friendica/friendica
synced 2025-04-27 19:10:11 +00:00
cleanup after deploy
This commit is contained in:
parent
751bc378fa
commit
53ac7983f1
2 changed files with 5 additions and 2 deletions
|
@ -34,10 +34,13 @@ $o .= <<< EOT
|
|||
<div id="advanced-profile-dob-wrapper" >
|
||||
<div id="advanced-profile-dob-text">Birthday:</div>
|
||||
EOT;
|
||||
|
||||
// If no year, add an arbitrary one so just we can parse the month and day.
|
||||
|
||||
$o .= '<div id="advanced-profile-dob">'
|
||||
. ((intval($a->profile['dob']))
|
||||
? datetime_convert('UTC',date_default_timezone_get(),$a->profile['dob'],'j F, Y')
|
||||
: datetime_convert('UTC',date_default_timezone_get(),substr($a->profile['dob'],6),'j F'))
|
||||
: datetime_convert('UTC',date_default_timezone_get(),'2001-' . substr($a->profile['dob'],6),'j F'))
|
||||
. "</div>\r\n</div>";
|
||||
|
||||
$o .= '<div id="advanced-profile-dob-end"></div>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue