From f1bab4d2dda16c2e87c7b21a3326f82a1145f926 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Mon, 22 Mar 2004 14:45:21 +0000 Subject: Patch for bug 237840: eliminate case sensitivity for "attachment N" linkification; r=kiko, a=justdave. --- globals.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'globals.pl') diff --git a/globals.pl b/globals.pl index 019d6d972..771d81b31 100644 --- a/globals.pl +++ b/globals.pl @@ -915,7 +915,7 @@ sub quoteUrls { $text =~ s~\b(attachment\s*\#?\s*(\d+)) ~GetAttachmentLink($2, $1) - ~egmx; + ~egmxi; # This handles bug a, comment b type stuff. Because we're using /g # we have to do this in one pattern, and so this is semi-messy. -- cgit v1.2.3-24-g4f1b