View | Details | Raw Unified | Return to bug 18536
Collapse All | Expand All

(-)a/serials/lateissues-export.pl (-2 / +1 lines)
Lines 57-63 while ( $content =~ / Link Here
57
    $header =~ s/^\s+|\s+$//g; # Trim whitespaces
57
    $header =~ s/^\s+|\s+$//g; # Trim whitespaces
58
    push @headers, $header;
58
    push @headers, $header;
59
59
60
    $field =~ s/[^\.]*\.{1}//; # Remove the table name if exists.
60
    $field =~ s/[^.]+\.//; # Remove the table name if exists.
61
    $field =~ s/^\s+|\s+$//g; # Trim whitespaces
61
    $field =~ s/^\s+|\s+$//g; # Trim whitespaces
62
    push @fields, $field;
62
    push @fields, $field;
63
}
63
}
64
- 

Return to bug 18536