예제 #1
0
function send_notifications_through_cron()
{
    _log("Sending notifications...");
    $count = Notifier::sendQueuedEmails();
    _log("{$count} notifications sent.");
}