Bugzilla – Attachment 6517 Details for
Bug 7287
overdue notification is processed several times if some sites do not have rules
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
BZ7287 : Fix overdue notification if a branch given as parameter does not have rules
BZ7287--Fix-overdue-notification-if-a-branch-given.patch (text/plain), 860 bytes, created by
Sophie MEYNIEUX
on 2011-12-02 09:13:21 UTC
(
hide
)
Description:
BZ7287 : Fix overdue notification if a branch given as parameter does not have rules
Filename:
MIME Type:
Creator:
Sophie MEYNIEUX
Created:
2011-12-02 09:13:21 UTC
Size:
860 bytes
patch
obsolete
>From fa785de85dacbce3692b71dc2fc574eb4ad86291 Mon Sep 17 00:00:00 2001 >From: Sophie Meynieux <sophie.meynieux@biblibre.com> >Date: Fri, 2 Dec 2011 10:04:25 +0100 >Subject: [PATCH] BZ7287 : Fix overdue notification if a branch given as > parameter does not have rules > >--- > misc/cronjobs/overdue_notices.pl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/misc/cronjobs/overdue_notices.pl b/misc/cronjobs/overdue_notices.pl >index 5646efc..b8119ff 100755 >--- a/misc/cronjobs/overdue_notices.pl >+++ b/misc/cronjobs/overdue_notices.pl >@@ -305,7 +305,7 @@ if (@branchcodes) { > @branches = grep { $seen{$_} } @overduebranches; > > >- if (@overduebranches) { >+ if (@branches) { > > my $branch_word = scalar @branches > 1 ? 'branches' : 'branch'; > $verbose and warn "$branch_word @branches have overdue rules\n"; >-- >1.7.5.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 7287
:
6517
|
6557