Changes for issue #153

This commit is contained in:
MikeMaximus
2018-09-01 14:40:05 -06:00
parent 52c9fe506f
commit 3e141cebb5
2 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ Public Class mgrMonitorList
Dim oCompareGame As clsGame
Dim bIsDupe As Boolean
sSQL = "Select * FROM monitorlist ORDER BY Name Asc"
sSQL = "SELECT * FROM monitorlist ORDER BY IsRegEx DESC"
oData = oDatabase.ReadParamData(sSQL, New Hashtable)
For Each dr As DataRow In oData.Tables(0).Rows