diff options
Diffstat (limited to 'htdocs/browse/cust_main_county.cgi')
| -rwxr-xr-x | htdocs/browse/cust_main_county.cgi | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/htdocs/browse/cust_main_county.cgi b/htdocs/browse/cust_main_county.cgi index 0e899f246..5d7e77573 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.5 1999-01-19 05:13:26 ivan Exp $ +# $Id: cust_main_county.cgi,v 1.6 1999-04-09 03:52:55 ivan Exp $ # # ivan@sisd.com 97-dec-13 # @@ -10,7 +10,10 @@ # lose background, FS::CGI ivan@sisd.com 98-sep-2 # # $Log: cust_main_county.cgi,v $ -# Revision 1.5 1999-01-19 05:13:26 ivan +# Revision 1.6 1999-04-09 03:52:55 ivan +# explicit & for table/itable/ntable +# +# Revision 1.5 1999/01/19 05:13:26 ivan # for mod_perl: no more top-level my() variables; use vars instead # also the last s/create/new/; # @@ -48,7 +51,7 @@ print $cgi->header( '-expires' => 'now' ), header("Tax Rate Listing", menubar( <BR>Click on <u>expand state</u> to specify a state's tax rates by county. <BR><BR> END -print table, <<END; +print &table, <<END; <TR> <TH><FONT SIZE=-1>Country</FONT></TH> <TH><FONT SIZE=-1>State</FONT></TH> |
