summaryrefslogtreecommitdiff
path: root/httemplate/search/sql.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/search/sql.html')
-rw-r--r--httemplate/search/sql.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/sql.html b/httemplate/search/sql.html
index 5f64ebc28..df9b8cddb 100644
--- a/httemplate/search/sql.html
+++ b/httemplate/search/sql.html
@@ -2,7 +2,7 @@
'title' => 'Query Results',
'name' => 'rows',
'query' => 'SELECT '. ( $cgi->param('sql')
- || eidiot('Empty query') ),
+ || errorpage('Empty query') ),
)
%>
<%init>