summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--project2/sqlTask.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/sqlTask.cpp b/project2/sqlTask.cpp
index 93e656e..e6fec24 100644
--- a/project2/sqlTask.cpp
+++ b/project2/sqlTask.cpp
@@ -27,7 +27,7 @@ _SqlTask::execute(const ApplicationEngine * ep, const PerRowValues * parent) con
if (p.second->source == "uri") {
modify.bindParamS(p.second->bind, ep->env()->getParamUri(p.second->id));
}
- else if (p.second->source == "modify") {
+ else if (p.second->source == "query") {
modify.bindParamS(p.second->bind, ep->env()->getParamQuery(p.second->id));
}
else if (parent && p.second->source == "parent") {