added more spaces (CR request)

Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
Roland Häder 2017-03-24 22:36:13 +01:00
parent be717649a4
commit caad9f5214
No known key found for this signature in database
GPG Key ID: B72F8185C6C7BD78
1 changed files with 6 additions and 5 deletions

View File

@ -651,8 +651,9 @@ function profiles_content(App $a) {
$detailled_profile = (get_pconfig(local_user(),'system', 'detailled_profile') AND $personal_account);
$f = get_config('system', 'birthday_input_format');
if(! $f)
if (! $f) {
$f = 'ymd';
}
$is_default = (($r[0]['is-default']) ? 1 : 0);
$tpl = get_markup_template("profile_edit.tpl");