Changeset 586 for trunk/Modules/Finance/Finance.php
- Timestamp:
- Oct 31, 2013, 9:30:09 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Finance/Finance.php
r581 r586 302 302 } 303 303 304 function Install()304 function DoInstall() 305 305 { 306 306 } 307 307 308 function Uninstall()308 function DoUninstall() 309 309 { 310 310 } 311 311 312 function Start()312 function DoStart() 313 313 { 314 314 global $Config; 315 315 316 parent::Start();317 316 $this->System->RegisterPage('finance', 'PageFinance'); 318 317 $this->System->RegisterPage(array('finance', 'spotreba'), 'PageFinanceConsumption'); … … 481 480 } 482 481 483 function Stop()482 function DoStop() 484 483 { 485 484 }
Note:
See TracChangeset
for help on using the changeset viewer.