[open-ils-commits] [GIT] Evergreen ILS branch rel_2_9 updated. a02207d5d319a27101ed2463b340bb40ef1bfec9

Evergreen Git git at git.evergreen-ils.org
Mon Apr 4 14:04:36 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_9 has been updated
       via  a02207d5d319a27101ed2463b340bb40ef1bfec9 (commit)
      from  de875779594720f9a405580c87e1d5754269e354 (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 a02207d5d319a27101ed2463b340bb40ef1bfec9
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