diff options
author | lpsolit%gmail.com <> | 2006-02-26 07:10:23 +0000 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-02-26 07:10:23 +0000 |
commit | 645307b7dad849212762afcecf819a268cc810d3 (patch) | |
tree | d4dfdb2ec688efd2ea17f7ff3fc9382175b7c2bc /summarize_time.cgi | |
parent | Bug 328449: Remove BugMail::MessageToMTA() from Bug::RemoveVotes() - Patch by... (diff) | |
download | bugzilla-645307b7dad849212762afcecf819a268cc810d3.tar.gz bugzilla-645307b7dad849212762afcecf819a268cc810d3.tar.bz2 bugzilla-645307b7dad849212762afcecf819a268cc810d3.zip |
Bug 284875: Move GetBugLink, GetAttachmentLink, and quoteUrls out of globals.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
Diffstat (limited to 'summarize_time.cgi')
-rwxr-xr-x | summarize_time.cgi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/summarize_time.cgi b/summarize_time.cgi index 0827077e8..df6ae913c 100755 --- a/summarize_time.cgi +++ b/summarize_time.cgi @@ -523,7 +523,6 @@ $vars->{'do_report'} = $do_report; $vars->{'do_depends'} = $do_depends; $vars->{'check_time'} = \&check_time; $vars->{'sort_bug_keys'} = \&sort_bug_keys; -$vars->{'GetBugLink'} = \&GetBugLink; my $format = $template->get_format("bug/summarize-time", undef, $ctype); |