afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [site community profile] changelog2009-03-01 09:58 am

[dw-free] Alphabetize props on propedit

[commit: http://hg.dwscoalition.org/dw-free/rev/6ad827ca8a90]

http://bugs.dwscoalition.org/show_bug.cgi?id=404

Alphabetize props on propedit

Patch by [personal profile] janinedog.

Files modified:
  • htdocs/admin/propedit.bml
--------------------------------------------------------------------------------
diff -r b210be86377d -r 6ad827ca8a90 htdocs/admin/propedit.bml
--- a/htdocs/admin/propedit.bml	Sat Feb 28 23:34:08 2009 +0000
+++ b/htdocs/admin/propedit.bml	Sun Mar 01 09:56:28 2009 +0000
@@ -73,7 +73,7 @@ body<=
         $ret .= "<strong>Status Vis</strong>: $temp (" . $u->statusvis . ")<br />";
 
         my $dbr = LJ::get_db_reader();
-        my $sth = $dbr->prepare( "SELECT * from userproplist;" );
+        my $sth = $dbr->prepare( "SELECT * from userproplist ORDER BY name;" );
         $sth->execute;
 
         $ret .= "<br />";
--------------------------------------------------------------------------------