[freeside-commits] freeside/htetc handler.pl,1.92,1.93

Jeff Finucane,420,, jeff at wavetail.420.am
Mon Oct 8 12:14:28 PDT 2007


Update of /home/cvs/cvsroot/freeside/htetc
In directory wavetail:/tmp/cvs-serv9767/htetc

Modified Files:
	handler.pl 
Log Message:
Remove remaining calls to idiot/eidiot.  Should fix 1479

Index: handler.pl
===================================================================
RCS file: /home/cvs/cvsroot/freeside/htetc/handler.pl,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -d -r1.92 -r1.93
--- handler.pl	13 Sep 2007 22:35:20 -0000	1.92
+++ handler.pl	8 Oct 2007 19:14:26 -0000	1.93
@@ -281,6 +281,11 @@
         $m->scomp(@_);
       }
 
+      sub errorpage {
+        use vars qw($m);
+        $m->comp('/elements/errorpage.html', @_);
+      }
+
       sub redirect {
         my( $location ) = @_;
         use vars qw($m);



More information about the freeside-commits mailing list