From: Roland Häder Date: Tue, 30 Sep 2008 17:15:54 +0000 (+0000) Subject: Fix of the fix... ;) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ffc9f83d2e03081fbf9e6106cc845d2326920d35;p=mailer.git Fix of the fix... ;) --- diff --git a/inc/databases.php b/inc/databases.php index dd72d59dac..dea7be4ebe 100644 --- a/inc/databases.php +++ b/inc/databases.php @@ -113,7 +113,7 @@ define('USAGE_BASE', "usage"); define('SERVER_URL', "http://www.mxchange.org"); // This current patch level -define('CURR_SVN_REVISION', "421"); +define('CURR_SVN_REVISION', "422"); // Take a prime number which is long (if you know a longer one please try it out!) define('_PRIME', 591623); diff --git a/inc/modules/admin/what-del_email.php b/inc/modules/admin/what-del_email.php index 66ac239b20..bcc1fcc5d2 100644 --- a/inc/modules/admin/what-del_email.php +++ b/inc/modules/admin/what-del_email.php @@ -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);