Changeset 563 for trunk/Modules/EmailQueue/EmailQueue.php
- Timestamp:
- Aug 11, 2013, 12:25:01 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/EmailQueue/EmailQueue.php
r553 r563 9 9 function Show() 10 10 { 11 $Output = $this->System-> EmailQueue->Process();11 $Output = $this->System->ModuleManager->Modules['EmailQueue']->Process(); 12 12 $Output = $this->SystemMessage('Zpracování fronty emailů', 'Nové emaily byly odeslány').$Output; 13 13 return($Output);
Note:
See TracChangeset
for help on using the changeset viewer.