summaryrefslogtreecommitdiff
path: root/tko/query_history.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'tko/query_history.cgi')
-rwxr-xr-xtko/query_history.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/tko/query_history.cgi b/tko/query_history.cgi
index a1e2f3a9..627238db 100755
--- a/tko/query_history.cgi
+++ b/tko/query_history.cgi
@@ -14,7 +14,7 @@ def body():
where = (condition,[])
try:
rows = db_obj.select("time_created,user_comment,url",
- "query_history", where)
+ "tko_query_history", where)
except MySQLdb.ProgrammingError, err:
print err
rows = ()