diff options
author | ivan <ivan> | 2004-11-27 19:09:47 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-11-27 19:09:47 +0000 |
commit | 52a2dbebe522c0866e18f09a169d39a0cbd4d7b8 (patch) | |
tree | ffa874ac8a645bd6a6ef72ddac6e825c50709cbe /htetc | |
parent | 96db7f5df100ab0ebdcb23630ada27b4702328b9 (diff) |
ticket system integration framework and skin RT
Diffstat (limited to 'htetc')
-rw-r--r-- | htetc/global.asa | 1 | ||||
-rw-r--r-- | htetc/handler.pl | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/htetc/global.asa b/htetc/global.asa index 146310d57..5cfcca6b4 100644 --- a/htetc/global.asa +++ b/htetc/global.asa @@ -23,6 +23,7 @@ use Business::CreditCard; use String::Approx qw(amatch); use Chart::LinesPoints; use HTML::Widgets::SelectLayers 0.03; +use FS; use FS::UID qw(cgisuidsetup dbh getotaker datasrc driver_name); use FS::Record qw(qsearch qsearchs fields dbdef); use FS::Conf; diff --git a/htetc/handler.pl b/htetc/handler.pl index 81c983692..a17aff10e 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -106,6 +106,7 @@ sub handler use String::Approx qw(amatch); use Chart::LinesPoints; use HTML::Widgets::SelectLayers 0.03; + use FS; use FS::UID qw(cgisuidsetup dbh getotaker datasrc driver_name); use FS::Record qw(qsearch qsearchs fields dbdef); use FS::Conf; |