X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=htdocs%2Fedit%2Fcust_main.cgi;h=174c7986f5ad8f623d538087416a64b34162e5cb;hb=3f81acee781ba7b9defc47680679d7d92d6440ed;hp=d712f7649e2a63eb82ee68408eb26cb7ac3d6517;hpb=c93520accf00e15095e7af5fcb59caed2bd9e556;p=freeside.git diff --git a/htdocs/edit/cust_main.cgi b/htdocs/edit/cust_main.cgi index d712f7649..174c7986f 100755 --- a/htdocs/edit/cust_main.cgi +++ b/htdocs/edit/cust_main.cgi @@ -1,6 +1,6 @@ #!/usr/bin/perl -Tw # -# $Id: cust_main.cgi,v 1.5 1999-01-18 09:22:30 ivan Exp $ +# $Id: cust_main.cgi,v 1.6 1999-01-18 09:41:24 ivan Exp $ # # Usage: cust_main.cgi custnum # http://server.name/path/cust_main.cgi?custnum @@ -40,7 +40,11 @@ # fixed one missed day->daytime ivan@sisd.com 98-jul-13 # # $Log: cust_main.cgi,v $ -# Revision 1.5 1999-01-18 09:22:30 ivan +# Revision 1.6 1999-01-18 09:41:24 ivan +# all $cgi->header calls now include ( '-expires' => 'now' ) for mod_perl +# (good idea anyway) +# +# Revision 1.5 1999/01/18 09:22:30 ivan # changes to track email addresses for email invoicing # # Revision 1.4 1998/12/23 08:08:15 ivan @@ -80,7 +84,7 @@ if ( $cgi->keywords ) { #editing # top my $p1 = popurl(1); -print $cgi->header, header("Customer $action", ''), +print $cgi->header( '-expires' => 'now' ), header("Customer $action", ''), qq!
!, qq!!, qq!Customer # !, ( $custnum ? $custnum : " (NEW)" ),