mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
"new constructor name"
This commit is contained in:
parent
9bca7a7689
commit
ca27910040
@ -35,9 +35,9 @@ class infolog_datasource extends datasource
|
|||||||
/**
|
/**
|
||||||
* Constructor
|
* Constructor
|
||||||
*/
|
*/
|
||||||
function datasource_infolog()
|
function __construct()
|
||||||
{
|
{
|
||||||
$this->datasource('infolog');
|
parent::__construct('infolog');
|
||||||
|
|
||||||
$this->valid = PM_COMPLETION|PM_PLANNED_START|PM_PLANNED_END|PM_REAL_END|PM_PLANNED_TIME|PM_REPLANNED_TIME|PM_USED_TIME|PM_RESOURCES;
|
$this->valid = PM_COMPLETION|PM_PLANNED_START|PM_PLANNED_END|PM_REAL_END|PM_PLANNED_TIME|PM_REPLANNED_TIME|PM_USED_TIME|PM_RESOURCES;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user