mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-18 07:56:53 +02:00
silence duration format error log in infolog constructor
This commit is contained in:
parent
6544d38e2c
commit
1b72d90ec5
@ -111,7 +111,7 @@ class infolog_ui
|
|||||||
{
|
{
|
||||||
$pm_config = config::read('projectmanager');
|
$pm_config = config::read('projectmanager');
|
||||||
$this->duration_format = str_replace(',','',implode('', (array)$pm_config['duration_units']));
|
$this->duration_format = str_replace(',','',implode('', (array)$pm_config['duration_units']));
|
||||||
error_log(__METHOD__."() ".__LINE__." duration_format=$this->duration_format, duration_unit=".array2string($pm_config['duration_units']));
|
//error_log(__METHOD__."() ".__LINE__." duration_format=$this->duration_format, duration_unit=".array2string($pm_config['duration_units']));
|
||||||
$this->hours_per_workday = $pm_config['hours_per_workday'];
|
$this->hours_per_workday = $pm_config['hours_per_workday'];
|
||||||
unset($pm_config);
|
unset($pm_config);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user