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:
@@ -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))
|
||||
|
Reference in New Issue
Block a user