yup, mysql-ing me harder
authorivan <ivan>
Mon, 29 Oct 2007 11:34:20 +0000 (11:34 +0000)
committerivan <ivan>
Mon, 29 Oct 2007 11:34:20 +0000 (11:34 +0000)
httemplate/edit/rate.cgi

index 55fe319..c44364d 100644 (file)
@@ -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.*',
 %               #...