summaryrefslogtreecommitdiff
path: root/htetc
diff options
context:
space:
mode:
authorivan <ivan>2008-06-25 00:29:29 +0000
committerivan <ivan>2008-06-25 00:29:29 +0000
commit3c75c5f4e17a6b84d3c9dd14f974ea0237a3cce7 (patch)
tree7596008c1bfcff771c0bab3dff0322eb1072ce29 /htetc
parent87b1f499aace31ec7b15c21ce7018236944dd428 (diff)
finish adding str2time_sql_closing
Diffstat (limited to 'htetc')
-rw-r--r--htetc/handler.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/htetc/handler.pl b/htetc/handler.pl
index 4361a78..77a1f64 100644
--- a/htetc/handler.pl
+++ b/htetc/handler.pl
@@ -136,7 +136,9 @@ sub handler
use FS::UID qw( adminsuidsetup cgisuidsetup getotaker
dbh datasrc driver_name
);
- use FS::Record qw(qsearch qsearchs fields dbdef str2time_sql);
+ use FS::Record qw( qsearch qsearchs fields dbdef
+ str2time_sql str2time_sql_closing
+ );
use FS::Conf;
use FS::CGI qw(header menubar popurl rooturl table itable ntable idiot
eidiot myexit http_header);