[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
- Previous message: [freeside-commits] freeside/httemplate/search cust_main.cgi, 1.72.2.2, 1.72.2.3 cust_svc.html, 1.4.2.1, 1.4.2.2 inventory_item.html, 1.5, 1.5.2.1 reg_code.html, 1.4, 1.4.2.1 sql.html, 1.5, 1.5.2.1 svc_acct.cgi, 1.40, 1.40.2.1 svc_broadband.cgi, 1.4.2.2, 1.4.2.3
- Next message: [freeside-commits] freeside/httemplate/edit rate_region.cgi, 1.3, 1.4 reg_code.cgi, 1.3, 1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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);
- Previous message: [freeside-commits] freeside/httemplate/search cust_main.cgi, 1.72.2.2, 1.72.2.3 cust_svc.html, 1.4.2.1, 1.4.2.2 inventory_item.html, 1.5, 1.5.2.1 reg_code.html, 1.4, 1.4.2.1 sql.html, 1.5, 1.5.2.1 svc_acct.cgi, 1.40, 1.40.2.1 svc_broadband.cgi, 1.4.2.2, 1.4.2.3
- Next message: [freeside-commits] freeside/httemplate/edit rate_region.cgi, 1.3, 1.4 reg_code.cgi, 1.3, 1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list