diff options
Diffstat (limited to 'htdocs/edit/cust_main_county.cgi')
-rwxr-xr-x | htdocs/edit/cust_main_county.cgi | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/htdocs/edit/cust_main_county.cgi b/htdocs/edit/cust_main_county.cgi index 3c2efec5b..3d2b0e263 100755 --- a/htdocs/edit/cust_main_county.cgi +++ b/htdocs/edit/cust_main_county.cgi @@ -1,6 +1,6 @@ #!/usr/bin/perl -Tw # -# $Id: cust_main_county.cgi,v 1.6 1999-01-25 12:09:55 ivan Exp $ +# $Id: cust_main_county.cgi,v 1.7 1999-04-09 03:52:55 ivan Exp $ # # ivan@sisd.com 97-dec-13-16 # @@ -11,7 +11,10 @@ # lose background, FS::CGI ivan@sisd.com 98-sep-2 # # $Log: cust_main_county.cgi,v $ -# Revision 1.6 1999-01-25 12:09:55 ivan +# Revision 1.7 1999-04-09 03:52:55 ivan +# explicit & for table/itable/ntable +# +# Revision 1.6 1999/01/25 12:09:55 ivan # yet more mod_perl stuff # # Revision 1.5 1999/01/19 05:13:36 ivan @@ -51,7 +54,7 @@ print qq!<FONT SIZE="+1" COLOR="#ff0000">Error: !, $cgi->param('error'), if $cgi->param('error'); print qq!<FORM ACTION="!, popurl(1), - qq!process/cust_main_county.cgi" METHOD=POST>!, table, <<END; + qq!process/cust_main_county.cgi" METHOD=POST>!, &table, <<END; <TR> <TH><FONT SIZE=-1>Country</FONT></TH> <TH><FONT SIZE=-1>State</FONT></TH> |