summaryrefslogtreecommitdiff
path: root/FS/FS/cdr
diff options
context:
space:
mode:
Diffstat (limited to 'FS/FS/cdr')
-rw-r--r--FS/FS/cdr/simple2.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cdr/simple2.pm b/FS/FS/cdr/simple2.pm
index a4b5fdb..2e4fb90 100644
--- a/FS/FS/cdr/simple2.pm
+++ b/FS/FS/cdr/simple2.pm
@@ -21,7 +21,7 @@ use FS::cdr qw(_cdr_min_parser_maker);
$date =~ /^(\d\d(\d\d)?)\/(\d{1,2})\/(\d{1,2})$/
or die "unparsable date: $date"; #maybe we shouldn't die...
#$cdr->startdate( timelocal(0, 0, 0 ,$3, $2-1, $1) );
- ($tmp_mday, $tmp_mon, $tmp_year) = ( $3, $2-1, $1 );
+ ($tmp_mday, $tmp_mon, $tmp_year) = ( $4, $3-1, $1 );
},
#Time