init
This commit is contained in:
parent
cdcc84ae9a
commit
a9cf7d6b6c
@ -269,7 +269,7 @@ Public Class ClassInit
|
||||
oBaseSQL = oBaseSQL.Replace("@USRNAME", My.Application.User.UserName)
|
||||
oBaseSQL = oBaseSQL.Replace("@UserName", My.Application.User.UserName)
|
||||
oBaseSQL = oBaseSQL.Replace("@LANG_CODE", My.Application.User.Language)
|
||||
oBaseSQL = oBaseSQL.Replace("@LANG_CODE_SHORT", Right(My.Application.User.Language, 2)
|
||||
oBaseSQL = oBaseSQL.Replace("@LANG_CODE_SHORT", Right(My.Application.User.Language, 2))
|
||||
oBaseSQL = oBaseSQL.Replace("{#INT#USERNAME}", My.Application.User.UserName)
|
||||
|
||||
If oTITLE = SQLCMD_FLOW_SEARCH_BASE Then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user