]> git.mxchange.org Git - mailer.git/commitdiff
Fix of the fix... ;)
authorRoland Häder <roland@mxchange.org>
Tue, 30 Sep 2008 17:15:54 +0000 (17:15 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 30 Sep 2008 17:15:54 +0000 (17:15 +0000)
inc/databases.php
inc/modules/admin/what-del_email.php

index dd72d59dacc74af1ddd6406a22e70ce259d3f65a..dea7be4ebe64085ba30995a7748c858bed61a62c 100644 (file)
@@ -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);
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);