mirror of
https://github.com/e107inc/e107.git
synced 2025-08-10 16:46:50 +02:00
Cron Test email function updated to use new mailing method.
This commit is contained in:
@@ -45,9 +45,10 @@ $rc->mode = "new_menu";
|
||||
$text = $rc->displayMenu();
|
||||
|
||||
$caption = vartrue($rc->list_pref[$rc->mode."_caption"], LIST_MENU_1);
|
||||
$caption = $rc->e107->tp->toHtml($caption, FALSE, 'USER_TITLE');
|
||||
$text = $rc->e107->tp->toHtml($text, TRUE, 'USER_BODY');
|
||||
$rc->e107->ns->tablerender($caption, $text, 'list_new');
|
||||
$caption = e107::getParser()->toHtml($caption, FALSE, 'USER_TITLE');
|
||||
$text = e107::getParser()->toHtml($text, TRUE, 'USER_BODY');
|
||||
e107::getRender()->tablerender($caption, $text, 'list_new');
|
||||
|
||||
unset($caption);
|
||||
unset($text);
|
||||
|
||||
|
Reference in New Issue
Block a user