X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Freset%2Freset_100_bonus.php;h=860af31134318f9cb90a00bf833e7875be156606;hb=83574a6475896fbdc231e685e2ebb0ee4f3e6eba;hp=511b107a2ffb7b5ed160d29d02a4972d3bba5d2e;hpb=26ea563a90454a2cde58f8cd134542a0d8f14780;p=mailer.git diff --git a/inc/reset/reset_100_bonus.php b/inc/reset/reset_100_bonus.php index 511b107a2f..860af31134 100644 --- a/inc/reset/reset_100_bonus.php +++ b/inc/reset/reset_100_bonus.php @@ -53,7 +53,9 @@ $result_bonus = SQL_QUERY("SELECT FROM `{?_MYSQL_PREFIX?}_user_stats` WHERE - `max_rec`=`clicks` AND `clicks` > 0 AND `bonus_stats_active`='N' + `max_rec`=`clicks` AND + `clicks` > 0 AND + `bonus_stats_active`='N' ORDER BY `userid` ASC", __FILE__, __LINE__);