Changeset 546 for trunk/Modules/Task/Task.php
- Timestamp:
- Jun 13, 2013, 12:29:37 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Task/Task.php
r545 r546 3 3 class ModuleTask extends AppModule 4 4 { 5 function __construct($ Database, $System)5 function __construct($System) 6 6 { 7 parent::__construct($ Database, $System);7 parent::__construct($System); 8 8 $this->Name = 'Task'; 9 9 $this->Version = '1.0';
Note:
See TracChangeset
for help on using the changeset viewer.