summaryrefslogtreecommitdiff
path: root/htetc/handler.pl
diff options
context:
space:
mode:
authorivan <ivan>2007-04-19 20:18:08 +0000
committerivan <ivan>2007-04-19 20:18:08 +0000
commit40f7d64fc5359802ea215b0a551f5239018ab381 (patch)
tree7f1fa2ce39ae033dcec5a3734cf7999a20268b0d /htetc/handler.pl
parentada4765272274926102654a0baee16bcd7379de7 (diff)
fix very strange "Undefined subroutine &FS::UI::Web::rooturl" with an explicit import. did i mention this was really really weird?
Diffstat (limited to 'htetc/handler.pl')
-rw-r--r--htetc/handler.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/htetc/handler.pl b/htetc/handler.pl
index c1ca954..2342d02 100644
--- a/htetc/handler.pl
+++ b/htetc/handler.pl
@@ -128,7 +128,7 @@ sub handler
use FS::Conf;
use FS::CGI qw(header menubar popurl rooturl table itable ntable idiot
eidiot small_custview myexit http_header);
- use FS::UI::Web;
+ use FS::UI::Web qw(svc_url);
use FS::Msgcat qw(gettext geterror);
use FS::Misc qw( send_email send_fax states_hash counties state_label );
use FS::Report::Table::Monthly;