[open-ils-commits] [GIT] Evergreen ILS branch master updated. ae927ad312084448ee9c2d10082216c7bbbcded4

Evergreen Git git at git.evergreen-ils.org
Mon Apr 4 14:02:31 EDT 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  ae927ad312084448ee9c2d10082216c7bbbcded4 (commit)
      from  e7c87854def261efbe39057c98b8a1a5494bc320 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ae927ad312084448ee9c2d10082216c7bbbcded4
Author: Jason Boyer <jboyer at library.in.gov>
Date:   Thu Mar 31 08:08:03 2016 -0400

    LP1564378: Silence Hash Init Warning
    
    A trivial change to silence a lot of noise (if your libraries
    use extending grace periods.)
    
    Signed-off-by: Jason Boyer <jboyer at library.in.gov>
    Signed-off-by: Jason Stephenson <jstephenson at mvlcstaff.org>
    Signed-off-by: Mike Rylander <mrylander at gmail.com>

diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/CircCommon.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/CircCommon.pm
index 4947a19..9da9dd8 100644
--- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/CircCommon.pm
+++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/CircCommon.pm
@@ -234,7 +234,7 @@ sub extend_grace_period {
             $logger->info( "Circ lib has an hours-of-operation entry and grace period extension is enabled." );
 
             my $closed = 0;
-            my %h_closed = {};
+            my %h_closed;
             for my $i (0 .. 6) {
                 my $dow_open = "dow_${i}_open";
                 my $dow_close = "dow_${i}_close";

-----------------------------------------------------------------------

Summary of changes:
 .../lib/OpenILS/Application/Circ/CircCommon.pm     |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list