From 718f65eee1c797ea90a315b5f03fae75c80a5112 Mon Sep 17 00:00:00 2001 From: jeff Date: Mon, 8 Oct 2007 19:14:28 +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 1479145c0..8bf0d59d8 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -281,6 +281,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