finish adding str2time_sql_closing
authorivan <ivan>
Wed, 25 Jun 2008 00:29:31 +0000 (00:29 +0000)
committerivan <ivan>
Wed, 25 Jun 2008 00:29:31 +0000 (00:29 +0000)
FS/FS/Record.pm
htetc/handler.pl

index b6761a6..932c634 100644 (file)
@@ -26,7 +26,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]';
index 2a287a9..7228ad5 100644 (file)
@@ -130,7 +130,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);