mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-15 03:00:30 +00:00
Bug 373156 - "Classes should be sorted in reverse order on view account page" [p=reed r=timeless]
This commit is contained in:
parent
ab9f442d85
commit
2d7d055662
@ -743,7 +743,7 @@ sub ViewAccount {
|
||||
"WHERE members.userid = ? " .
|
||||
"AND partitions.id = members.partitionid " .
|
||||
"AND repositories.id = partitions.repositoryid " .
|
||||
"ORDER BY class");
|
||||
"ORDER BY class DESC");
|
||||
$query->execute($::loginid);
|
||||
while (@row = $query->fetchrow_array()) {
|
||||
my ($partid, $repname,$partname,$class) = (@row);
|
||||
|
Loading…
Reference in New Issue
Block a user