[freeside-commits] freeside/htetc handler.pl,1.86.2.2,1.86.2.3

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


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

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	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.86.2.2
retrieving revision 1.86.2.3
diff -u -d -r1.86.2.2 -r1.86.2.3
--- handler.pl	19 Apr 2007 23:38:34 -0000	1.86.2.2
+++ handler.pl	8 Oct 2007 19:04:46 -0000	1.86.2.3
@@ -268,6 +268,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