From 645307b7dad849212762afcecf819a268cc810d3 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sun, 26 Feb 2006 07:10:23 +0000 Subject: Bug 284875: Move GetBugLink, GetAttachmentLink, and quoteUrls out of globals.pl - Patch by Frédéric Buclin r=mkanat a=justdave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- attachment.cgi | 3 --- 1 file changed, 3 deletions(-) (limited to 'attachment.cgi') 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 { -- cgit v1.2.3-24-g4f1b