mirror of
https://github.com/e107inc/e107.git
synced 2025-08-29 01:00:20 +02:00
Replace Duplicate LANs : LAN_TITLE
Replace Duplicate LANs : LAN_TITLE
This commit is contained in:
@@ -834,7 +834,7 @@ class e107MailManager
|
||||
if (($this->currentBatchInfo['mail_togo_count'] == 0) && ($email['mail_notify_complete'] > 0)) // Need to notify completion
|
||||
{
|
||||
$email = array_merge($email, $this->currentBatchInfo); // This should ensure the counters are up to date
|
||||
$mailInfo = LAN_MAILOUT_247.'<br />'.LAN_MAILOUT_135.': '.$email['mail_title'].'<br />'.LAN_MAILOUT_248.$this->statusToText($email['mail_content_status']).'<br />';
|
||||
$mailInfo = LAN_MAILOUT_247.'<br />'.LAN_TITLE.': '.$email['mail_title'].'<br />'.LAN_MAILOUT_248.$this->statusToText($email['mail_content_status']).'<br />';
|
||||
$mailInfo .= '<br />'.LAN_MAILOUT_249.'<br />';
|
||||
foreach ($this->mailCountFields as $f => $t)
|
||||
{
|
||||
|
Reference in New Issue
Block a user