diff options
author | gerv%gerv.net <> | 2002-09-22 00:17:03 +0200 |
---|---|---|
committer | gerv%gerv.net <> | 2002-09-22 00:17:03 +0200 |
commit | 66493d5e7e811c387faefd8f27edadcaf762c829 (patch) | |
tree | 20cf654b57eb3fdbcd225ab9396dc48bc1d3c243 /long_list.cgi | |
parent | a29e0e0640faad00f8c1bf792b93260047f16956 (diff) | |
download | bugzilla-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 'long_list.cgi')
-rwxr-xr-x | long_list.cgi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/long_list.cgi b/long_list.cgi index eba094699..6acee0332 100755 --- a/long_list.cgi +++ b/long_list.cgi @@ -98,7 +98,6 @@ $vars->{'bugs'} = \@bugs; $vars->{'use_keywords'} = 1 if (@::legal_keywords); -$vars->{'quoteUrls'} = \"eUrls; $vars->{'str2time'} = \&str2time; # Work out a sensible filename for Content-Disposition. |