]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/task_functions.php
Again usual change ... (you know what)
[mailer.git] / inc / libs / task_functions.php
index b1243ce216ca3653d9701a2ff569eb9b8cb68832..b905d249c32f76e35eb717ee922247c5d9a16a8b 100644 (file)
@@ -333,7 +333,7 @@ ORDER BY
                $add = runFilterChain('add_bonus_points_user_columns', '');
 
                // Active rallye, so add more point columns, if not empty
-               $pointsColumns = '`turbo_bonus`';
+               $pointsColumns = '';
                if (!empty($add)) {
                        $pointsColumns = '(0' . $add . ')';
                } // END - if