X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=htetc%2Fglobal.asa;h=d04a5edbf54268c92e09f2fcb4e1242c79634d62;hb=5786c8244a188823b01b87e2d7e9fd6bc72644b3;hp=083f2253de7d2308183185a83cb41cc328419a6a;hpb=f96adaf19c0097ef8c9d6f29a5541b75381cc05d;p=freeside.git diff --git a/htetc/global.asa b/htetc/global.asa index 083f2253d..d04a5edbf 100644 --- a/htetc/global.asa +++ b/htetc/global.asa @@ -9,12 +9,13 @@ use HTML::Entities; use IO::Handle; use IO::File; use String::Approx qw(amatch); -use HTML::Widgets::SelectLayers; -use FS::UID qw(cgisuidsetup dbh getotaker datasrc); +use HTML::Widgets::SelectLayers 0.02; +use FS::UID qw(cgisuidsetup dbh getotaker datasrc driver_name); use FS::Record qw(qsearch qsearchs fields dbdef); 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; @@ -47,7 +48,9 @@ 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; +use FS::export_svc; +use FS::msgcat; sub Script_OnStart { $Response->AddHeader('Pragma' => 'no-cache');