use Apache::exit instead of exit in &eidiot - Registry wasn't overriding exit
authorivan <ivan>
Fri, 3 Mar 2000 18:45:21 +0000 (18:45 +0000)
committerivan <ivan>
Fri, 3 Mar 2000 18:45:21 +0000 (18:45 +0000)
in modules

FS/FS/CGI.pm

index 3577c14..47c034e 100644 (file)
@@ -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