From 69790e320dcc16845a30e10a5a53ee63b26853fd Mon Sep 17 00:00:00 2001 From: om Date: Sun, 23 Jul 2006 15:47:08 +0000 Subject: Change to use GetId() and ID rather than GetData() and data git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4531 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/extra/m_sqloper.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/modules/extra/m_sqloper.cpp') diff --git a/src/modules/extra/m_sqloper.cpp b/src/modules/extra/m_sqloper.cpp index bab467a35..191753e66 100644 --- a/src/modules/extra/m_sqloper.cpp +++ b/src/modules/extra/m_sqloper.cpp @@ -128,13 +128,13 @@ public: virtual char* OnRequest(Request* request) { - if(strcmp(SQLRESID, request->GetData()) == 0) + if(strcmp(SQLRESID, request->GetId()) == 0) { SQLresult* res; res = static_cast(request); - log(DEBUG, "Got SQL result (%s) with ID %lu", res->GetData(), res->id); + log(DEBUG, "Got SQL result (%s) with ID %lu", res->GetId(), res->id); userrec* user = GetAssocUser(this, SQLutils, res->id).S().user; UnAssociate(this, SQLutils, res->id).S(); @@ -205,7 +205,7 @@ public: return SQLSUCCESS; } - log(DEBUG, "Got unsupported API version string: %s", request->GetData()); + log(DEBUG, "Got unsupported API version string: %s", request->GetId()); return NULL; } -- cgit v1.3.1-10-gc9f91