Ignore:
Timestamp:
Sep 8, 2020, 5:00:04 PM (4 years ago)
Author:
chronos
Message:
  • Fixed: New monthly payment was not working after upgrade of to new SQL server.
File:
1 edited

Legend:

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

    r874 r882  
    7777  {
    7878    $Values = array('To' => $To,
    79       'Subject' => $Subject, 'Content' => $Content, 'Time' => 'NOW()',
     79      'Subject' => $Subject, 'Content' => $Content, 'Time' => 'NOW()', 'Headers' => '',
    8080      'From' => $From);
    8181    if ($AttachmentFileId != '') $Values['AttachmentFile'] = $AttachmentFileId;
Note: See TracChangeset for help on using the changeset viewer.