Changeset 226 for trunk/network/administration.php
- Timestamp:
- Jun 1, 2009, 9:26:26 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/network/administration.php
r219 r226 28 28 if($_GET['Action'] == 'ProcessEmailQueue') 29 29 { 30 $ this->System->ProcessEmailQueue();31 $Output = $this->SystemMessage('Zpracování fronty emailů', 'Nové emaily byly odeslány') ;30 $Output = $this->System->ProcessEmailQueue(); 31 $Output = $this->SystemMessage('Zpracování fronty emailů', 'Nové emaily byly odeslány').$Output; 32 32 } 33 33 } else
Note:
See TracChangeset
for help on using the changeset viewer.