Changeset 424 for branches/Modular/Modules/EmailQueue/EmailQueue.php
- Timestamp:
- Oct 10, 2012, 9:29:20 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Modular/Modules/EmailQueue/EmailQueue.php
r378 r424 40 40 } 41 41 42 function Init()42 function Start() 43 43 { 44 parent::Start(); 45 } 46 47 function Stop() 48 { 49 parent::Start(); 44 50 } 45 51
Note:
See TracChangeset
for help on using the changeset viewer.