[freeside-commits] branch master updated. 5ef2dadffa97bd4d98883e21dda3caa072c0b833
Jeremy Davis
jeremyd at 420.am
Mon Jun 30 15:05:17 PDT 2014
The branch, master has been updated
via 5ef2dadffa97bd4d98883e21dda3caa072c0b833 (commit)
from d5c89b967ff6685e3e7ff363a563102f8b7ef420 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 5ef2dadffa97bd4d98883e21dda3caa072c0b833
Author: Jeremy Davis <jeremyd at freeside.biz>
Date: Mon Jun 30 18:05:02 2014 -0400
29050 Fix dates
diff --git a/FS/FS/cdr/orcon.pm b/FS/FS/cdr/orcon.pm
index 51ef9ea..7bdba93 100644
--- a/FS/FS/cdr/orcon.pm
+++ b/FS/FS/cdr/orcon.pm
@@ -20,7 +20,7 @@ use FS::cdr;
sub { my ($cdr, $calldate) = @_;
$cdr->set('calldate', $calldate);
- $calldate =~ /^(\d{2})\/(\d{2})\/(\d{4})\s*(\d{2}):(\d{2}):(\d{2})$/
+ $calldate =~ /^(\d{4})\/(\d{2})\/(\d{4})\s*(\d{2}):(\d{2}):(\d{2})$/
or die "unparseable date: $calldate";
my $tmp_date = "$2/$1/$3 $4:$5:$6";
-----------------------------------------------------------------------
Summary of changes:
FS/FS/cdr/orcon.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list