diff options
author | ivan <ivan> | 2005-02-11 06:44:27 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-02-11 06:44:27 +0000 |
commit | 3bc7d019313160a918a55cca6ab530f58db3673d (patch) | |
tree | 9647b9c6c3e22fda75541ddd7215524a3fe64de4 /htetc/handler.pl | |
parent | a85114872ad5e216d35eb9747dd5370e150276b7 (diff) |
generalize progressbar code in preparation for using it wherever needed
Diffstat (limited to 'htetc/handler.pl')
-rw-r--r-- | htetc/handler.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/htetc/handler.pl b/htetc/handler.pl index 557ec02ed..934b41967 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -112,6 +112,7 @@ sub handler use FS::Conf; use FS::CGI qw(header menubar popurl table itable ntable idiot eidiot small_custview myexit http_header); + use FS::UI::Web; use FS::Msgcat qw(gettext geterror); use FS::Misc qw( send_email ); use FS::Report::Table::Monthly; |