]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/extra/m_testclient.cpp
API header and client module updates for new multi-parameter query request. Needs...
[user/henk/code/inspircd.git] / src / modules / extra / m_testclient.cpp
index b1d8a3384bdd86706fa19a8f22480c8c1919691e..069c21c0b60217cbb6ccb2a8c214d856a9ebeb45 100644 (file)
@@ -35,7 +35,7 @@ public:
                
                if(target)
                {
-                       SQLrequest foo = SQLrequest(this, target, "SELECT foo, bar FROM rawr", "foo");
+                       SQLrequest foo = SQLreq(this, target, "foo", "SELECT foo, bar FROM ?", "rawr");
                        
                        if(foo.Send())
                        {