From: Roland Häder Date: Tue, 9 Sep 2008 00:38:03 +0000 (+0000) Subject: Fix for order module X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=ad1871ab43f3e127a6f1cce5c5d34c7baeace1aa Fix for order module --- diff --git a/inc/modules/order.php b/inc/modules/order.php index e617ab9b6c..01f89fabcf 100644 --- a/inc/modules/order.php +++ b/inc/modules/order.php @@ -90,7 +90,7 @@ if (empty($URL)) { // Update used points $ADD = ""; if ($_CONFIG['order_max_full'] == "ORDER") $ADD = ", mail_orders=mail_orders+1"; - SUB_POINTS($GLOBALS['userid']), $USED); + SUB_POINTS($GLOBALS['userid'], $USED); // Update mediadata as well if (GET_EXT_VERSION("mediadata") >= "0.0.4") {