From 5fcefed7417cd3580fc0779afb2793fac257d94b Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 21 May 2008 05:00:57 +0000 Subject: Bug 380756: Remove duplicates.xul (and all the code related to it) - Patch by Frédéric Buclin r=mkanat a=LpSolit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- duplicates.cgi | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'duplicates.cgi') diff --git a/duplicates.cgi b/duplicates.cgi index 32553a39d..06334e22b 100755 --- a/duplicates.cgi +++ b/duplicates.cgi @@ -37,19 +37,6 @@ use Bugzilla::Search; use Bugzilla::Product; my $cgi = Bugzilla->cgi; - -# Go directly to the XUL version of the duplicates report (duplicates.xul) -# if the user specified ctype=xul. Adds params if they exist, and directs -# the user to a signed copy of the script in duplicates.jar if it exists. -if (defined $cgi->param('ctype') && $cgi->param('ctype') eq "xul") { - my $params = CanonicaliseParams($cgi->query_string(), ["format", "ctype"]); - my $url = (-e "duplicates.jar" ? "duplicates.jar!/" : "") . - "duplicates.xul" . ($params ? "?$params" : "") . "\n\n"; - - print $cgi->redirect($url); - exit; -} - my $template = Bugzilla->template; my $vars = {}; -- cgit v1.2.3-24-g4f1b