From 158aea06902459dc41e427535a00601a00846903 Mon Sep 17 00:00:00 2001 From: Julian Maurice Date: Thu, 31 Mar 2011 16:27:22 +0200 Subject: [PATCH] Bug 5963: follow up: Remove useless comments --- C4/Budgets.pm | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/C4/Budgets.pm b/C4/Budgets.pm index 85cdfe9..d80a820 100644 --- a/C4/Budgets.pm +++ b/C4/Budgets.pm @@ -495,9 +495,7 @@ sub GetBudgetHierarchy { FROM aqbudgets JOIN aqbudgetperiods USING (budget_period_id)|; - # show only period X if requested my @where_strings; - # Pick out the active ones # show only period X if requested if ($budget_period_id) { push @where_strings," aqbudgets.budget_period_id = ?"; -- 1.7.4.1