Skip to content

Commit

Permalink
Update main.php
Browse files Browse the repository at this point in the history
Realized my mistake
  • Loading branch information
deepend-tildeclub authored Jan 31, 2024
1 parent d5dda27 commit 4e9e2ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/members/include/admin/manageconsolecat/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
$intHighestOrder = $consoleCatObj->getHighestOrderNum();
$counter = 0;
$x = 1;
$result = $mysqli->query("SELECT * FROM ".$dbprefix."consolecategory ORDER BY ordernum ASC");
$result = $mysqli->query("SELECT * FROM ".$dbprefix."consolecategory ORDER BY ordernum DESC");
while ($row = $result->fetch_assoc()) {
if ($counter == 1) {
$addCSS = " alternateBGColor";
Expand Down

0 comments on commit 4e9e2ec

Please sign in to comment.