From 429456196dd7ce8ef7e0876b7e57cdc394a228ba Mon Sep 17 00:00:00 2001 From: "myk%mozilla.org" <> Date: Wed, 30 Jan 2002 22:14:10 +0000 Subject: Fix for bug 104521: Removes old attachment interface in favor of new attachment tracker. Patch by Myk Melez . r=bbaetz,kiko --- globals.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'globals.pl') diff --git a/globals.pl b/globals.pl index d8e5672e0..86478b03c 100644 --- a/globals.pl +++ b/globals.pl @@ -1039,7 +1039,7 @@ sub quoteUrls { my $num = $2; $item = value_quote($item); # Not really necessary, since we know # there's no special chars in it. - $item = qq{$item}; + $item = qq{$item}; $things[$count++] = $item; } while ($text =~ s/\*\*\* This bug has been marked as a duplicate of (\d+) \*\*\*/"##$count##"/ei) { @@ -1054,7 +1054,7 @@ sub quoteUrls { my $item = $&; my $num = $1; if ($knownattachments->{$num}) { - $item = qq{$item}; + $item = qq{$item}; } $things[$count++] = $item; } -- cgit v1.2.3-24-g4f1b