Changeset 586 for trunk/Modules/EmailQueue/EmailQueue.php
- Timestamp:
- Oct 31, 2013, 9:30:09 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/EmailQueue/EmailQueue.php
r563 r586 28 28 } 29 29 30 function Install()30 function DoInstall() 31 31 { 32 parent::Install();33 32 } 34 33 35 34 function UnInstall() 36 35 { 37 parent::UnInstall();38 36 } 39 37 40 function Start()38 function DoStart() 41 39 { 42 parent::Start();43 40 $this->System->RegisterPage('fronta-posty', 'PageEmailQueueProcess'); 44 41 $this->System->FormManager->RegisterClass('Email', array( … … 71 68 } 72 69 73 function Stop()70 function DoStop() 74 71 { 75 parent::Stop();76 72 } 77 73
Note:
See TracChangeset
for help on using the changeset viewer.