From de08f05ca3392cd47de0a144fd5938f458f2b4cc Mon Sep 17 00:00:00 2001 From: jeff Date: Mon, 8 Oct 2007 19:04:50 +0000 Subject: Remove remaining calls to idiot/eidiot. Should fix 1479 --- httemplate/misc/cancel-unaudited.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'httemplate/misc/cancel-unaudited.cgi') diff --git a/httemplate/misc/cancel-unaudited.cgi b/httemplate/misc/cancel-unaudited.cgi index 6f070a444..da60dc47b 100755 --- a/httemplate/misc/cancel-unaudited.cgi +++ b/httemplate/misc/cancel-unaudited.cgi @@ -14,7 +14,7 @@ %die "Unknown svcnum!" unless $cust_svc; %my $cust_pkg = $cust_svc->cust_pkg; %if ( $cust_pkg ) { -% &eidiot( 'This account has already been audited. Cancel the '. +% errorpage( 'This account has already been audited. Cancel the '. % qq!'. % 'package instead.'); @@ -27,7 +27,7 @@ % -% &eidiot($error); +% errorpage($error); %} else { % print $cgi->redirect(popurl(2)); %} -- cgit v1.2.1