summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/edit/rate.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/rate.cgi b/httemplate/edit/rate.cgi
index 55fe319cf..c44364da9 100644
--- a/httemplate/edit/rate.cgi
+++ b/httemplate/edit/rate.cgi
@@ -62,7 +62,7 @@ Rate plan
% qsearch({
% 'table' => 'rate_region',
% 'hashref' => {},
-% 'order_by' => 'ORDER BY lc(regionname)',
+% 'order_by' => 'ORDER BY LOWER(regionname)',
%
% #'select' => 'DISTINCT ON ( regionnum ) rate_region.*',
% #...