diff --git a/serials/lateissues-export.pl b/serials/lateissues-export.pl index 0bd82a66ce..e36e7347bb 100755 --- a/serials/lateissues-export.pl +++ b/serials/lateissues-export.pl @@ -57,7 +57,7 @@ while ( $content =~ / $header =~ s/^\s+|\s+$//g; # Trim whitespaces push @headers, $header; - $field =~ s/[^\.]*\.{1}//; # Remove the table name if exists. + $field =~ s/[^.]+\.//; # Remove the table name if exists. $field =~ s/^\s+|\s+$//g; # Trim whitespaces push @fields, $field; }