X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=htdocs%2Fbrowse%2Fcust_main_county.cgi;h=728f1d937767e1e3f408d9c4682309f54c93775d;hb=183f64ede863fff923db7e00d962b3495e405477;hp=fc09355157415e7519c205c090cc4bd218ddd765;hpb=19a2ec12e14b0fba549e6b31a1fd92eedcc5c350;p=freeside.git diff --git a/htdocs/browse/cust_main_county.cgi b/htdocs/browse/cust_main_county.cgi index fc0935515..728f1d937 100755 --- a/htdocs/browse/cust_main_county.cgi +++ b/htdocs/browse/cust_main_county.cgi @@ -1,6 +1,6 @@ #!/usr/bin/perl -Tw # -# $Id: cust_main_county.cgi,v 1.3 1998-12-17 05:25:18 ivan Exp $ +# $Id: cust_main_county.cgi,v 1.4 1999-01-18 09:41:16 ivan Exp $ # # ivan@sisd.com 97-dec-13 # @@ -10,7 +10,11 @@ # lose background, FS::CGI ivan@sisd.com 98-sep-2 # # $Log: cust_main_county.cgi,v $ -# Revision 1.3 1998-12-17 05:25:18 ivan +# Revision 1.4 1999-01-18 09:41:16 ivan +# all $cgi->header calls now include ( '-expires' => 'now' ) for mod_perl +# (good idea anyway) +# +# Revision 1.3 1998/12/17 05:25:18 ivan # fix visual and other bugs # # Revision 1.2 1998/11/18 09:01:34 ivan @@ -31,7 +35,7 @@ my($cgi) = new CGI; my($p) = popurl(2); -print $cgi->header, header("Tax Rate Listing", menubar( +print $cgi->header( '-expires' => 'now' ), header("Tax Rate Listing", menubar( 'Main Menu' => $p, 'Edit tax rates' => $p. "edit/cust_main_county.cgi", )),<