X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Fsvc_acct.cgi;h=5fc815453b1b4a79fd514eb04ea9eda647e801b5;hp=64085ea93ec10577dc9a0ffbfb94746131d3e1c5;hb=91387f8f489e561deaf1de052d80ef800a4970a3;hpb=1904d44bb20adf403e21513db7470153f751d605 diff --git a/httemplate/search/svc_acct.cgi b/httemplate/search/svc_acct.cgi index 64085ea93..5fc815453 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,7 +59,7 @@ if ( scalar(@svc_acct) == 1 ) { idiot("Account not found"); } else { my($total)=scalar(@svc_acct); - print $cgi->header( '-expires' => 'now' ), + print $cgi->header( @FS::CGI::header ), header("Account Search Results",''), "$total matching accounts found", &table(), <