Ignore:
Timestamp:
Nov 5, 2012, 10:56:40 PM (12 years ago)
Author:
chronos
Message:
  • Opraveno: Chybné odesílání emailů ostatních jiným uživatelům.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Common/Global.php

    r460 r461  
    128128  function ProcessEmailQueue()
    129129  {
    130     $Mail = new Mail();
    131130    $Output = '';
    132131    $DbResult = $this->Database->select('EmailQueue', '*', 'Archive=0');
    133132    while($DbRow = $DbResult->fetch_assoc())
    134133    {     
     134      $Mail = new Mail();
    135135      $Mail->AddToCombined($DbRow['To']);
    136136      $Mail->Subject = $DbRow['Subject'];
Note: See TracChangeset for help on using the changeset viewer.