From 34678d474a3710a38e42fd681607fe98edb56658 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 11 Sep 2001 10:05:30 +0000 Subject: [PATCH] s/die/ediot/ --- httemplate/edit/process/quick-cust_pkg.cgi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/httemplate/edit/process/quick-cust_pkg.cgi b/httemplate/edit/process/quick-cust_pkg.cgi index ff0c5b229..c4f5172ad 100644 --- a/httemplate/edit/process/quick-cust_pkg.cgi +++ b/httemplate/edit/process/quick-cust_pkg.cgi @@ -1,5 +1,5 @@ <% -# +# use strict; use vars qw( $cgi $custnum $pkgpart $error ); #@remove_pkgnums @pkgparts @@ -15,10 +15,10 @@ $error = ''; #untaint custnum $cgi->param('custnum') =~ /^(\d+)$/ - or die 'illegal custnum '. $cgi->param('custnum'); + or eidiot 'illegal custnum '. $cgi->param('custnum'); $custnum = $1; $cgi->param('pkgpart') =~ /^(\d+)$/ - or die 'illegal pkgpart '. $cgi->param('pkgpart'); + or eidiot 'illegal pkgpart '. $cgi->param('pkgpart'); $pkgpart = $1; my @cust_pkg = (); -- 2.11.0