prepare release and fix marvman's bugs
This commit is contained in:
@@ -201,7 +201,7 @@ Public Class frmStart
|
||||
End If
|
||||
|
||||
oCountCommand = clsPatterns.ReplaceAllValues(oCountCommand, USER_PRENAME, USER_SURNAME, USER_SHORTNAME, USER_EMAIL, USER_ID, oProfile.Guid)
|
||||
oResultData += Database.NewExecuteScalar(oCountCommand)
|
||||
oResultData += Database.GetScalarValue(oCountCommand)
|
||||
Catch ex As Exception
|
||||
Logger.Warn("Invalid SQL Query for Counting Data in Profile {0}: {1}", oProfile.Guid, oCountCommand)
|
||||
oInvalidDataSQL = True
|
||||
@@ -218,7 +218,7 @@ Public Class frmStart
|
||||
End If
|
||||
|
||||
oCountCommand = clsPatterns.ReplaceAllValues(oCountCommand, USER_PRENAME, USER_SURNAME, USER_SHORTNAME, USER_EMAIL, USER_ID, oProfile.Guid)
|
||||
oResultDocs += Database.NewExecuteScalar(oCountCommand)
|
||||
oResultDocs += Database.GetScalarValue(oCountCommand)
|
||||
Catch ex As Exception
|
||||
Logger.Warn("Invalid SQL Query for Counting Data in Profile {0}: {1}", oProfile.Guid, oCountCommand)
|
||||
oInvalidDocumentSQL = True
|
||||
|
||||
Reference in New Issue
Block a user