From 66493d5e7e811c387faefd8f27edadcaf762c829 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Sat, 21 Sep 2002 22:17:03 +0000 Subject: Bug 108987 - Linkify script to use quoteUrls on texts provided by user. Patch by gerv; r=kiko. --- globals.pl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'globals.pl') diff --git a/globals.pl b/globals.pl index 3edcab460..4570a5658 100644 --- a/globals.pl +++ b/globals.pl @@ -1545,6 +1545,9 @@ $::vars = # Generic linear search function 'lsearch' => \&Bugzilla::Util::lsearch , + # quoteUrls - autolinkifies text + 'quoteUrls' => \"eUrls , + # UserInGroup - you probably want to cache this 'UserInGroup' => \&UserInGroup , -- cgit v1.2.3-24-g4f1b