Ignore:
Timestamp:
Apr 4, 2016, 8:41:19 PM (8 years ago)
Author:
chronos
Message:
  • Added: Network latency periodic measurement of network interfaces with local IP.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Notify/Notify.php

    r813 r824  
    7373      }
    7474    }
    75    
     75
    7676    // Send content to users
    7777    $DbResult = $this->Database->query('SELECT `NotifyUser`.`Id`, `NotifyUser`.`LastTime`, `User`.`Name`, `Contact`.`Value`, `Contact`.`Category` FROM `NotifyUser` '.
     
    8282      $Time = time();
    8383      $Output .= 'User '.$User['Name'].'<br/>';
    84      
     84
    8585      $this->Database->update('NotifyUser', '`Id`='.$User['Id'], array('LastTime' => TimeToMysqlDateTime($Time)));
    8686
     
    8989        $Mail->Subject = 'Notification';
    9090        $Mail->AddTo($User['Value'], $User['Name']);
    91         //$Mail->AddBody(strip_tags($Content), 'text/plain');
     91        $Mail->AddBody(strip_tags($Content), 'text/plain');
    9292        $Mail->AddBody('<style>
    9393table { border-collapse: collapse; }
Note: See TracChangeset for help on using the changeset viewer.