Index: core/user_api.php =================================================================== RCS file: /cvsroot/mantisbt/mantisbt/core/user_api.php,v retrieving revision 1.59 diff -u -r1.59 user_api.php --- core/user_api.php 23 May 2003 11:52:27 -0000 1.59 +++ core/user_api.php 25 Aug 2003 22:21:01 -0000 @@ -478,7 +478,7 @@ $query = "SELECT DISTINCT( id ) FROM $t_project_table WHERE enabled=1 - ORDER BY id"; + ORDER BY name"; } else { $query = "SELECT DISTINCT( p.id ) FROM $t_project_table p @@ -488,7 +488,7 @@ OR (p.view_state='$t_private' AND u.user_id='$c_user_id') - ORDER BY p.id"; + ORDER BY p.name"; } $result = db_query( $query );