From e6ea57971831f25d682d97a0ba508c39b66ecd8b Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 12 Apr 2002 13:22:03 +0000 Subject: - should finish off the part_svc -> part_export s/one-to-many/many-to-many/ transition (closes: Bug#375) - fixes a nasty export scoping bug with message catalogs, whew --- htetc/handler.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'htetc/handler.pl') diff --git a/htetc/handler.pl b/htetc/handler.pl index 2f8146e3e..056efa88b 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -72,6 +72,7 @@ sub handler use FS::Conf; use FS::CGI qw(header menubar popurl table itable ntable idiot eidiot small_custview myexit); + use FS::Msgcat qw(gettext geterror); use FS::agent; use FS::agent_type; @@ -105,7 +106,8 @@ sub handler use FS::type_pkgs; use FS::part_export; use FS::part_export_option; - use FS::msgcat qw(gettext geterror); + use FS::export_svc; + use FS::msgcat; *CGI::redirect = sub { my( $self, $location ) = @_; -- cgit v1.2.1