Fix: cancel not supported
This commit is contained in:
parent
c48e0e6996
commit
1c7e3d1097
@ -159,6 +159,14 @@ if (! empty($_POST['removedfile']) || ! empty($_POST['removedfilehtml']))
|
|||||||
if ($_POST['removedfilehtml'] || $action='sendhtml') $action='testhtml';
|
if ($_POST['removedfilehtml'] || $action='sendhtml') $action='testhtml';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Cancel
|
||||||
|
*/
|
||||||
|
if (($action == 'send' || $action == 'sendhtml') && $_POST['cancel'])
|
||||||
|
{
|
||||||
|
$message='';
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Send mail
|
* Send mail
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user