summaryrefslogtreecommitdiff
path: root/FS/FS/Record.pm
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 /FS/FS/Record.pm
parent87b1f499aace31ec7b15c21ce7018236944dd428 (diff)
finish adding str2time_sql_closing
Diffstat (limited to 'FS/FS/Record.pm')
-rw-r--r--FS/FS/Record.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/FS/FS/Record.pm b/FS/FS/Record.pm
index d82924a..cc485a8 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]';