From: ivan Date: Wed, 25 Jun 2008 00:29:29 +0000 (+0000) Subject: finish adding str2time_sql_closing X-Git-Tag: root_of_webpay_support~534 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=3c75c5f4e17a6b84d3c9dd14f974ea0237a3cce7;p=freeside.git finish adding str2time_sql_closing --- diff --git a/FS/FS/Record.pm b/FS/FS/Record.pm index d82924adf..cc485a8f1 100644 --- a/FS/FS/Record.pm +++ b/FS/FS/Record.pm @@ -24,7 +24,8 @@ use Tie::IxHash; @ISA = qw(Exporter); #export dbdef for now... everything else expects to find it here -@EXPORT_OK = qw(dbh fields hfields qsearch qsearchs dbdef jsearch str2time_sql); +@EXPORT_OK = qw(dbh fields hfields qsearch qsearchs dbdef jsearch + str2time_sql str2time_sql_closing ); $DEBUG = 0; $me = '[FS::Record]'; diff --git a/htetc/handler.pl b/htetc/handler.pl index 4361a78a2..77a1f640f 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);