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 --- htetc/handler.pl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'htetc') diff --git a/htetc/handler.pl b/htetc/handler.pl index 28cb58cc5..685b8b0cf 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -268,6 +268,11 @@ sub handler $m->scomp(@_); } + sub errorpage { + use vars qw($m); + $m->comp('/elements/errorpage.html', @_); + } + sub redirect { my( $location ) = @_; use vars qw($m); -- cgit v1.2.1