diff options
author | ivan <ivan> | 2002-02-10 13:21:31 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-02-10 13:21:31 +0000 |
commit | 22a35047ecdffff80110e06cc08fc84f9ddba9b0 (patch) | |
tree | 5a9db14bebc973ba6effb8407b08d10c33807bbe /httemplate/search | |
parent | b4bce0bf487b4ee3620e13f1fdf56ecc1d001a42 (diff) |
removed <!-- $Id$ --> from all files to fix any redirects, whew
Mason handler.pl overrides CGI::redirect
fixed strict; problems in edit/part_pkg.cgi & edit/process/part_pkg.cgi
Diffstat (limited to 'httemplate/search')
-rwxr-xr-x | httemplate/search/cust_bill.cgi | 1 | ||||
-rwxr-xr-x | httemplate/search/cust_pay.cgi | 1 | ||||
-rwxr-xr-x | httemplate/search/cust_pkg.cgi | 1 | ||||
-rwxr-xr-x | httemplate/search/svc_acct.cgi | 1 | ||||
-rwxr-xr-x | httemplate/search/svc_acct_sm.cgi | 1 | ||||
-rwxr-xr-x | httemplate/search/svc_domain.cgi | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/httemplate/search/cust_bill.cgi b/httemplate/search/cust_bill.cgi index 755745fde..0c9f27f42 100755 --- a/httemplate/search/cust_bill.cgi +++ b/httemplate/search/cust_bill.cgi @@ -1,4 +1,3 @@ -<!-- $Id: cust_bill.cgi,v 1.6 2002-01-30 14:18:09 ivan Exp $ --> <% my(@cust_bill, $sortby); diff --git a/httemplate/search/cust_pay.cgi b/httemplate/search/cust_pay.cgi index 715e63e24..8ebd65413 100755 --- a/httemplate/search/cust_pay.cgi +++ b/httemplate/search/cust_pay.cgi @@ -1,4 +1,3 @@ -<!-- $Id: cust_pay.cgi,v 1.2 2002-01-30 14:18:09 ivan Exp $ --> <% $cgi->param('payinfo') =~ /^\s*(\d+)\s*$/ or die "illegal payinfo"; diff --git a/httemplate/search/cust_pkg.cgi b/httemplate/search/cust_pkg.cgi index b2199e9dc..6b25fec03 100755 --- a/httemplate/search/cust_pkg.cgi +++ b/httemplate/search/cust_pkg.cgi @@ -1,4 +1,3 @@ -<!-- $Id: cust_pkg.cgi,v 1.14 2002-02-09 18:24:02 ivan Exp $ --> <% my $conf = new FS::Conf; diff --git a/httemplate/search/svc_acct.cgi b/httemplate/search/svc_acct.cgi index 8d5329618..a3fed8384 100755 --- a/httemplate/search/svc_acct.cgi +++ b/httemplate/search/svc_acct.cgi @@ -1,4 +1,3 @@ -<!-- $Id: svc_acct.cgi,v 1.13 2002-01-30 14:18:09 ivan Exp $ --> <% my $mydomain = ''; diff --git a/httemplate/search/svc_acct_sm.cgi b/httemplate/search/svc_acct_sm.cgi index 1f1f770be..bcfe44cfc 100755 --- a/httemplate/search/svc_acct_sm.cgi +++ b/httemplate/search/svc_acct_sm.cgi @@ -1,4 +1,3 @@ -<!-- $Id: svc_acct_sm.cgi,v 1.5 2002-01-30 14:18:09 ivan Exp $ --> <% my $conf = new FS::Conf; diff --git a/httemplate/search/svc_domain.cgi b/httemplate/search/svc_domain.cgi index c274750aa..334b6c0b7 100755 --- a/httemplate/search/svc_domain.cgi +++ b/httemplate/search/svc_domain.cgi @@ -1,4 +1,3 @@ -<!-- $Id: svc_domain.cgi,v 1.7 2002-02-09 18:24:02 ivan Exp $ --> <% my $conf = new FS::Conf; |