as discussed on IRC qualified orders are preferred

This commit is contained in:
felixmoeller 2009-09-29 14:59:05 +00:00
parent 79d39984ca
commit 69cb651183
1 changed files with 1 additions and 1 deletions

View File

@ -405,7 +405,7 @@ public class Translation
String sql = "SELECT Name, TableName "
+ "FROM AD_Table "
+ "WHERE TableName LIKE '%_Trl' "
+ "ORDER BY 1";
+ "ORDER BY Name";
ArrayList<String> trlTables = new ArrayList<String>();
try
{