X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Fsvc_acct.cgi;h=fb970e9669fed6ce03e6c9e3077a6c9ca4cf798b;hb=fd72d2af8120195f96826eb044e217dbfcaee1c7;hp=5fc815453b1b4a79fd514eb04ea9eda647e801b5;hpb=91387f8f489e561deaf1de052d80ef800a4970a3;p=freeside.git diff --git a/httemplate/search/svc_acct.cgi b/httemplate/search/svc_acct.cgi index 5fc815453..fb970e966 100755 --- a/httemplate/search/svc_acct.cgi +++ b/httemplate/search/svc_acct.cgi @@ -1,5 +1,5 @@ <% -# +# use strict; use vars qw( $cgi @svc_acct $sortby $query $mydomain ); @@ -59,8 +59,7 @@ if ( scalar(@svc_acct) == 1 ) { idiot("Account not found"); } else { my($total)=scalar(@svc_acct); - print $cgi->header( @FS::CGI::header ), - header("Account Search Results",''), + print header("Account Search Results",''), "$total matching accounts found", &table(), <