Remove unused param in datetimesel()

This commit is contained in:
Hypolite Petovan
2018-01-03 21:04:52 -05:00
parent 3b4625ebdd
commit 659d637b5a
3 changed files with 10 additions and 26 deletions
-5
View File
@@ -655,11 +655,6 @@ function profiles_content(App $a) {
$detailled_profile = (PConfig::get(local_user(), 'system', 'detailled_profile') AND $personal_account);
$f = Config::get('system', 'birthday_input_format');
if (! $f) {
$f = 'ymd';
}
$is_default = (($r[0]['is-default']) ? 1 : 0);
$tpl = get_markup_template("profile_edit.tpl");
$o .= replace_macros($tpl, array(