bugfix
This commit is contained in:
parent
b5e353906c
commit
22396de99d
@ -349,7 +349,7 @@ if (isset($conf->global->MAIN_DISABLE_JAVASCRIPT)) $conf->use_javascript=! $conf
|
||||
|
||||
// conf->use_popup_calendar
|
||||
$conf->use_popup_calendar=1;
|
||||
if (isset($conf->global->MAIN_DISABLE_POPUP_CALENDAR)) $conf->use_popup_calendar=! $conf->global->MAIN_DISABLE_JAVASCRIPT;
|
||||
if (isset($conf->global->MAIN_DISABLE_POPUP_CALENDAR)) $conf->use_popup_calendar=! $conf->global->MAIN_DISABLE_POPUP_CALENDAR;
|
||||
|
||||
// conf->monnaie
|
||||
if (! $conf->global->MAIN_MONNAIE) $conf->global->MAIN_MONNAIE='EUR';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user