diff options
author | lpsolit%gmail.com <> | 2006-02-26 08:10:23 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-02-26 08:10:23 +0100 |
commit | 645307b7dad849212762afcecf819a268cc810d3 (patch) | |
tree | d4dfdb2ec688efd2ea17f7ff3fc9382175b7c2bc /attachment.cgi | |
parent | 0bd92669e6bd6cde59e85cbf9e827feb94d2536c (diff) | |
download | bugzilla-645307b7dad849212762afcecf819a268cc810d3.tar.gz bugzilla-645307b7dad849212762afcecf819a268cc810d3.tar.xz |
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 'attachment.cgi')
-rwxr-xr-x | attachment.cgi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/attachment.cgi b/attachment.cgi index 973b8b528..1fd3c1994 100755 --- a/attachment.cgi +++ b/attachment.cgi @@ -837,7 +837,6 @@ sub viewall $vars->{'attachments'} = \@attachments; $vars->{'bugassignee_id'} = $assignee_id; $vars->{'bugsummary'} = $bugsummary; - $vars->{'GetBugLink'} = \&GetBugLink; print $cgi->header(); @@ -884,7 +883,6 @@ sub enter $vars->{'attachments'} = \@attachments; $vars->{'bugassignee_id'} = $assignee_id; $vars->{'bugsummary'} = $bugsummary; - $vars->{'GetBugLink'} = \&GetBugLink; SendSQL("SELECT product_id, component_id FROM bugs WHERE bug_id = $bugid"); @@ -1145,7 +1143,6 @@ sub edit { $vars->{'bugsummary'} = $bugsummary; $vars->{'isviewable'} = $isviewable; $vars->{'attachments'} = $bugattachments; - $vars->{'GetBugLink'} = \&GetBugLink; # Determine if PatchReader is installed eval { |