|
ZenCart_Documentation
1.5.0
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | admin |
Variables | |
| $currencies = new currencies() | |
| $_POST ['amount'] = preg_replace('/[^0-9.%]/', '', $_POST['amount']) | |
| if($_GET['action']== 'set_editor') if(($_GET['action']== 'send_email_to_user')&&($_POST['customers_email_address']||$_POST['email_to'])&&(!$_POST['back_x'])) if(($_GET['action']== 'preview')&&(!$_POST['customers_email_address'])&&(!$_POST['email_to'])) if(($_GET['action']== 'preview')&&(!$_POST['subject'])) if(($_GET['action']== 'preview')&&($_POST['amount']<=0)) | if ($_GET['mail_sent_to']) |
| $_POST['amount'] = preg_replace('/[^0-9.%]/', '', $_POST['amount']) |
Definition at line 15 of file gv_mail.php.
| $currencies = new currencies() |
Definition at line 13 of file gv_mail.php.
| if ($_GET['action']== 'set_editor') if (($_GET['action']== 'send_email_to_user')&&($_POST['customers_email_address']||$_POST['email_to'])&&(!$_POST['back_x'])) if (($_GET['action']== 'preview')&&(!$_POST['customers_email_address'])&&(!$_POST['email_to'])) if (($_GET['action']== 'preview')&&(!$_POST['subject'])) if (($_GET['action']== 'preview')&&($_POST['amount']<=0)) if($_GET['mail_sent_to']) |
Definition at line 157 of file gv_mail.php.