ZooFlow: Small fixes

This commit is contained in:
Jonathan Jenne
2020-11-18 16:27:27 +01:00
parent e09b261064
commit f9c7761474
7 changed files with 27 additions and 18 deletions

View File

@@ -6,4 +6,8 @@
Public Function FNDD_MODULE_INIT(Username As String) As String
Return String.Format("SELECT * FROM [dbo].[FNZF_GET_MODULE_INFO] ('{0}')", Username)
End Function
Public Function FNIDB_GET_SEARCH_PROFILES(UserId As Integer, UserLanguage As String) As String
Return String.Format("SELECT * FROM [dbo].[FNIDB_GET_SEARCH_PROFILES] ({0},'{1}')", UserId, UserLanguage)
End Function
End Class