fix stickler
This commit is contained in:
parent
2a3a73c831
commit
c7cddb19be
@ -1976,7 +1976,7 @@ function dol_print_date($time, $format = '', $tzoutput = 'auto', $outputlangs =
|
|||||||
{
|
{
|
||||||
global $conf, $langs;
|
global $conf, $langs;
|
||||||
|
|
||||||
if ($tzoutput == 'auto' && property_exists($conf,'tzuserinputkey')) {
|
if ($tzoutput == 'auto' && property_exists($conf, 'tzuserinputkey')) {
|
||||||
$tzoutput = $conf->tzuserinputkey;
|
$tzoutput = $conf->tzuserinputkey;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user