"new constructor name"

This commit is contained in:
Ralf Becker 2008-10-07 17:16:24 +00:00
parent 9bca7a7689
commit ca27910040

View File

@ -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;