From 158850b1dadddad50c92cde46ccb85c656a8f195 Mon Sep 17 00:00:00 2001 From: Colin Campbell Date: Sun, 18 Jul 2010 17:02:53 +0100 Subject: [PATCH] Bug 5032 Remove duplicate code Content-Type: text/plain; charset="utf-8" Two duplicate calls to GetSerials appear to have been merged in to no purpose other than to generate warnings --- serials/subscription-detail.pl | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/serials/subscription-detail.pl b/serials/subscription-detail.pl index b6538fe..7324d59 100755 --- a/serials/subscription-detail.pl +++ b/serials/subscription-detail.pl @@ -93,9 +93,6 @@ if ($op eq 'del') { } } my $hasRouting = check_routing($subscriptionid); -my ($totalissues,@serialslist) = GetSerials($subscriptionid); -$totalissues-- if $totalissues; # the -1 is to have 0 if this is a new subscription (only 1 issue) -# the subscription must be deletable if there is NO issues for a reason or another (should not happend, but...) my ($user, $sessionID, $flags); ($user, $cookie, $sessionID, $flags) -- 1.7.1.1