summaryrefslogtreecommitdiff
path: root/htetc
diff options
context:
space:
mode:
authorivan <ivan>2002-03-20 21:31:49 +0000
committerivan <ivan>2002-03-20 21:31:49 +0000
commitf1038a648b3d53db925b23519e7cd2a30c6837ed (patch)
treecda6c30496db688ed3fd702d111a76bc2c6d2e82 /htetc
parent74f795a943560dfc03f46642536386ce36355bb4 (diff)
new export! infostreet and sqlradius provisioning switched over
(Bug #299 - doesn't close it, but all the groundwork is done) also removes non-transactional ICRADIUS export from svc_acct.export (closes: Bug#347)
Diffstat (limited to 'htetc')
-rw-r--r--htetc/global.asa2
-rw-r--r--htetc/handler.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/htetc/global.asa b/htetc/global.asa
index 083f225..94d6b7e 100644
--- a/htetc/global.asa
+++ b/htetc/global.asa
@@ -47,7 +47,7 @@ use FS::svc_forward;
use FS::svc_www;
use FS::type_pkgs;
use FS::part_export;
-#use FS::part_export_option;
+use FS::part_export_option;
sub Script_OnStart {
$Response->AddHeader('Pragma' => 'no-cache');
diff --git a/htetc/handler.pl b/htetc/handler.pl
index 5f24492..8e097c6 100644
--- a/htetc/handler.pl
+++ b/htetc/handler.pl
@@ -104,7 +104,7 @@ sub handler
use FS::svc_www;
use FS::type_pkgs;
use FS::part_export;
- #use FS::part_export_option;
+ use FS::part_export_option;
*CGI::redirect = sub {
my( $self, $location ) = @_;