summaryrefslogtreecommitdiffstats
path: root/globals.pl
diff options
context:
space:
mode:
authorgerv%gerv.net <>2002-09-22 00:17:03 +0200
committergerv%gerv.net <>2002-09-22 00:17:03 +0200
commit66493d5e7e811c387faefd8f27edadcaf762c829 (patch)
tree20cf654b57eb3fdbcd225ab9396dc48bc1d3c243 /globals.pl
parenta29e0e0640faad00f8c1bf792b93260047f16956 (diff)
downloadbugzilla-66493d5e7e811c387faefd8f27edadcaf762c829.tar.gz
bugzilla-66493d5e7e811c387faefd8f27edadcaf762c829.tar.xz
Bug 108987 - Linkify script to use quoteUrls on texts provided by user. Patch by gerv; r=kiko.
Diffstat (limited to 'globals.pl')
-rw-r--r--globals.pl3
1 files changed, 3 insertions, 0 deletions
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' => \&quoteUrls ,
+
# UserInGroup - you probably want to cache this
'UserInGroup' => \&UserInGroup ,