summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_db_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/JabberG/src/jabber_db_utils.h')
-rw-r--r--protocols/JabberG/src/jabber_db_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_db_utils.h b/protocols/JabberG/src/jabber_db_utils.h
index d5a74d22b0..9695fe2380 100644
--- a/protocols/JabberG/src/jabber_db_utils.h
+++ b/protocols/JabberG/src/jabber_db_utils.h
@@ -143,7 +143,7 @@ public:
{
CMString result;
DBVARIANT dbv;
- if ( !DBGetContactSettingTString(NULL, m_proto->m_szModuleName, m_szSetting, &dbv))
+ if ( !db_get_ts(NULL, m_proto->m_szModuleName, m_szSetting, &dbv))
{
result = dbv.ptszVal;
db_free(&dbv);