]> git.mxchange.org Git - mailer.git/blobdiff - inc/filter/order_filter.php
File renamed to naming convention, ext-repair continued:
[mailer.git] / inc / filter / order_filter.php
index 1e508f73a5d5be5a310cea426d18825d44bb28d1..dd80fcdc355d33a1217c8a0f2e528ac5b94029e0 100644 (file)
@@ -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');