1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-29 17:19:56 +02:00

Next mailer update

This commit is contained in:
e107steved
2009-11-16 20:40:39 +00:00
parent ab85df618d
commit c188fd6430
8 changed files with 167 additions and 243 deletions

View File

@@ -9,8 +9,8 @@
* Administration - Site Maintenance
*
* $Source: /cvs_backup/e107_0.8/e107_admin/mailout.php,v $
* $Revision: 1.24 $
* $Date: 2009-11-15 17:38:04 $
* $Revision: 1.25 $
* $Date: 2009-11-16 20:40:38 $
* $Author: e107steved $
*
*/
@@ -18,6 +18,7 @@
/*
TODO:
1. Improve maintenance screen
2. 'Mail hold' function
*/
/*
@@ -277,6 +278,10 @@ switch ($action)
}
break;
case 'mailhold' :
$emessage->add('Mail hold - not implemented yet: '.$mailId, E_MESSAGE_ERROR);
break;
case 'mailcancel' :
$action = $pageMode; // Want to return to some other page
if ($mailAdmin->cancelEmail($mailId))