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

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- PerMsgStatus.pm-    2010-03-07 16:11:22.000000000 +0100
0
++ PerMsgStatus.pm     2010-03-07 16:23:09.000000000 +0100
Lines 1956-1962 Link Here
1956
1956
1957
    my $text;
1957
    my $text;
1958
1958
1959
    for (@$textary) {
1959
    for ($self->get('From:name'), @$textary) {
1960
      # NOTE: do not modify $_ in this loop
1960
      # NOTE: do not modify $_ in this loop
1961
      while (/($uriRe)/igo) {
1961
      while (/($uriRe)/igo) {
1962
        my $uri = $1;
1962
        my $uri = $1;

Return to bug 6317