diff options
author | ivan <ivan> | 2005-04-29 13:00:30 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-04-29 13:00:30 +0000 |
commit | b8215fdae230049ee9d1a9af192f22754dd61352 (patch) | |
tree | 426d05500d977ebf9ded2bd5ff268727fe9a864b /httemplate/search/svc_www.cgi | |
parent | d953e47858164395a6a8607981eabc91ee2a6765 (diff) |
template forward search using the standard search template: forwards are now paged
Diffstat (limited to 'httemplate/search/svc_www.cgi')
-rwxr-xr-x | httemplate/search/svc_www.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/svc_www.cgi b/httemplate/search/svc_www.cgi index 141661992..5ae72f8b3 100755 --- a/httemplate/search/svc_www.cgi +++ b/httemplate/search/svc_www.cgi @@ -4,7 +4,7 @@ my($query)=$cgi->keywords; $query ||= ''; #to avoid use of unitialized value errors -my(@svc_www, $orderby); +my $orderby; if ( $query eq 'svcnum' ) { $orderby = 'ORDER BY svcnum'; } else { |