diff options
author | ivan <ivan> | 2007-04-19 20:18:05 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-04-19 20:18:05 +0000 |
commit | db4034e2019cb6c7f455640b89e8d5fedeb28932 (patch) | |
tree | d2dd105c92897747296f836b17f7f1d010239b60 /htetc | |
parent | 5c38d5114cc5b2e8711abfb20b4d2cfb83f944f6 (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')
-rw-r--r-- | htetc/handler.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htetc/handler.pl b/htetc/handler.pl index 164da3702..d46742544 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -127,7 +127,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; |