From: ivan Date: Fri, 3 Mar 2000 18:45:21 +0000 (+0000) Subject: use Apache::exit instead of exit in &eidiot - Registry wasn't overriding exit X-Git-Tag: freeside_1_3_0~160 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=cb457f9c0242ea9e7acc80b9aaadd0d1c9bf66a9;p=freeside.git use Apache::exit instead of exit in &eidiot - Registry wasn't overriding exit in modules --- diff --git a/FS/FS/CGI.pm b/FS/FS/CGI.pm index 3577c14b8..47c034e13 100644 --- a/FS/FS/CGI.pm +++ b/FS/FS/CGI.pm @@ -123,7 +123,9 @@ Sends headers and an HTML error message, then exits. sub eidiot { #warn "eidiot depriciated"; idiot(@_); - exit; + #exit; + use Apache; + Apache::exit; } =item popurl LEVEL