Ignore:
Timestamp:
Apr 21, 2013, 10:23:56 PM (11 years ago)
Author:
chronos
Message:
  • Upraveno: Tabulka HyperLink přejmenována na obecnější název Action. Odkazy na názvy ikony přepracovány na samostatnou tabulku.
  • Upraveno: Funkce týkající se fronty mailů odděleny do samostatného souboru.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Network/Administration.php

    r525 r526  
    2727        $Form = new Form('Email');
    2828        $Form->LoadValuesFromForm();
    29         $Result = $this->System->AddEmailToQueue($Form->Values['Address'],
     29        $Result = $this->System->EmailQueue->AddItem($Form->Values['Address'],
    3030          $Form->Values['Subject'], $Form->Values['Content'],
    3131          $this->System->Config['Web']['Admin'].' <'.$this->System->Config['Web']['AdminEmail'].'>');
     
    3434      if($_GET['Action'] == 'ProcessEmailQueue')
    3535      {
    36         $Output = $this->System->ProcessEmailQueue();
     36        $Output = $this->System->EmailQueue->Process();
    3737        $Output = $this->SystemMessage('Zpracování fronty emailů', 'Nové emaily byly odeslány').$Output;
    3838      }
Note: See TracChangeset for help on using the changeset viewer.