wisest owl (wisest_owl) wrote in changelog,
wisest owl
wisest_owl
changelog

[ljcom] r9975: LJSUP-7840. Change display order of user...

Committer: gprochaev
LJSUP-7840. Change display order of userheads

U   trunk/cgi-bin/LJ/UserHead.pm
Modified: trunk/cgi-bin/LJ/UserHead.pm
===================================================================
--- trunk/cgi-bin/LJ/UserHead.pm	2011-02-01 06:15:25 UTC (rev 9974)
+++ trunk/cgi-bin/LJ/UserHead.pm	2011-02-01 06:45:35 UTC (rev 9975)
@@ -81,7 +81,7 @@
 
     my $where = $is_enabled ? " WHERE visibility != 'D' " : "";
 
-    my $uhs = $dbh->selectall_arrayref ("SELECT * FROM shop_userheads $where ORDER BY uh_id", { Slice => {} });
+    my $uhs = $dbh->selectall_arrayref ("SELECT * FROM shop_userheads $where ORDER BY uh_id DESC", { Slice => {} });
 
     return [
         map {

Tags: ljcom, pm, wisest-owl
Subscribe

  • Post a new comment

    Error

    Anonymous comments are disabled in this journal

    default userpic

    Your reply will be screened

    Your IP address will be recorded 

  • 0 comments