v1.3.1 - Sortierung nach ABC
This commit is contained in:
@@ -265,7 +265,7 @@ $sql_paid = "
|
|||||||
JOIN users u ON mt.user_id = u.id
|
JOIN users u ON mt.user_id = u.id
|
||||||
WHERE mt.paid = 1 AND m.is_completed = 1
|
WHERE mt.paid = 1 AND m.is_completed = 1
|
||||||
GROUP BY u.username
|
GROUP BY u.username
|
||||||
ORDER BY paid_count DESC
|
ORDER BY paid_count DESC, u.username ASC
|
||||||
";
|
";
|
||||||
$result_paid = mysqli_query($conn, $sql_paid);
|
$result_paid = mysqli_query($conn, $sql_paid);
|
||||||
while ($row = mysqli_fetch_assoc($result_paid)) {
|
while ($row = mysqli_fetch_assoc($result_paid)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user