[open-ils-commits] [GIT] Evergreen ILS branch rel_2_8 updated. 408e779278707c8bf9d61ada1c7f07a945d3b71c

Evergreen Git git at git.evergreen-ils.org
Mon Apr 4 14:04:56 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, rel_2_8 has been updated
       via  408e779278707c8bf9d61ada1c7f07a945d3b71c (commit)
      from  c45e4fbbcbada1592324201ebe84d0b6f0a8cda9 (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 408e779278707c8bf9d61ada1c7f07a945d3b71c
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 19b2787..763dd7d 100644
--- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/CircCommon.pm
+++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/CircCommon.pm
@@ -162,7 +162,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