]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-del_email.php
Another column fix
[mailer.git] / inc / modules / admin / what-del_email.php
index 66ac239b2009063f46625eb0faf2407228725e67..bcc1fcc5d2607d21e02db72233b71d60ee9fd25c 100644 (file)
@@ -68,7 +68,7 @@ if (!empty($_GET['mid'])) {
                LOAD_TEMPLATE("admin_del_email_normal");
 
                // Transfer data to data array
-               $DATA = array($url, $subject);
+               $DATA = array('url' => $url, 'subject' => $subject);
 
                // Load email template and send the email away
                $msg_user = LOAD_EMAIL_TEMPLATE("order-deleted", array(), $sender);