X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Ffilter%2Forder_filter.php;h=4f05dd0f6acabf69d64f3d31c066da2b64378dab;hb=486544503c2e517dc5c399308fdf43c8e35ff102;hp=1e508f73a5d5be5a310cea426d18825d44bb28d1;hpb=98e44adab9035e30efe78181b76d78c6e13ba574;p=mailer.git diff --git a/inc/filter/order_filter.php b/inc/filter/order_filter.php index 1e508f73a5..4f05dd0f6a 100644 --- a/inc/filter/order_filter.php +++ b/inc/filter/order_filter.php @@ -17,7 +17,7 @@ * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * * Copyright (c) 2009 - 2011 by Mailer Developer Team * - * For more information visit: http://www.mxchange.org * + * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -42,8 +42,8 @@ if (!defined('__SECURITY')) { // Filter for returning given user's order points function FILTER_ORDER_POINTS ($filterData) { - // Is ext-user installed and active? //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'Called!'); + // Is ext-user installed and active? if (isExtensionActive('user')) { // Get the points and add them to the existing $filterData['points'] += countSumTotalData($filterData['userid'], 'user_points', 'order_points');