diff options
Diffstat (limited to 'httemplate/browse/svc_acct_pop.cgi')
-rwxr-xr-x | httemplate/browse/svc_acct_pop.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/browse/svc_acct_pop.cgi b/httemplate/browse/svc_acct_pop.cgi index 501d3625a..e71a8a732 100755 --- a/httemplate/browse/svc_acct_pop.cgi +++ b/httemplate/browse/svc_acct_pop.cgi @@ -46,7 +46,7 @@ my $query = { 'select' => '*, ', 'table' => 'svc_acct_pop', #'hashref' => { 'disabled' => '' }, - 'extra_sql' => 'ORDER BY state, city, ac, exch, loc', + 'order_by' => 'ORDER BY state, city, ac, exch, loc', }; my $count_query = "SELECT COUNT(*) FROM svc_acct_pop"; # WHERE DISABLED IS NULL OR DISABLED = ''"; |