summaryrefslogtreecommitdiff
path: root/htetc/handler.pl
diff options
context:
space:
mode:
authorivan <ivan>2005-03-12 14:35:12 +0000
committerivan <ivan>2005-03-12 14:35:12 +0000
commita6cbda0b7e6779b89abc1d466af9c3a880d8e030 (patch)
tree41b1921b84791ff3abb2850f6745bf4ab008635d /htetc/handler.pl
parentb5fbaadb1cb2893660e460a1d4a3cabe02774de7 (diff)
- bring prepaid support into this century (close: Bug#1124)
- finally get rid of fs_signup (everything is in fs_selfservice now) (Bug#413) - organize main menu sysadmin section so it is slightly less confusing
Diffstat (limited to 'htetc/handler.pl')
-rw-r--r--htetc/handler.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/htetc/handler.pl b/htetc/handler.pl
index f41db36..c144eca 100644
--- a/htetc/handler.pl
+++ b/htetc/handler.pl
@@ -93,6 +93,7 @@ sub handler
use Date::Format;
use Date::Parse;
use Time::Local;
+ use Time::Duration;
use Tie::IxHash;
use HTML::Entities;
use IO::Handle;