--- esi/filter2.pl 2002/02/05 09:53:15 1.2 +++ esi/filter2.pl 2002/02/06 13:01:24 1.3 @@ -47,7 +47,7 @@ chomp; print_debug("line: $_\n"); if (m,class="ft-quotedate">(\d+:\d+) (\d+)/(\d+)/(\d+),i) { - my ($time,$mm,$dd,$yy) = ($1,$2,$3,$4); + my ($time,$dd,$mm,$yy) = ($1,$2,$3,$4); my $date=($yy+2000)."-$mm-$dd"; print_debug("time: $time date: $date"); insert() if (@val);