[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.07-60-g3672be7

Git repo owner gitmaster at git.koha-community.org
Thu Jun 16 11:46:16 CEST 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 "main Koha release repository".

The branch, 3.22.x has been updated
       via  3672be7315f7f4edcfe1a69fdd049e4f39a1d923 (commit)
      from  b8c64ec224bb9fae1f855bda015000ec70763a05 (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 3672be7315f7f4edcfe1a69fdd049e4f39a1d923
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Sun Jun 5 08:46:06 2016 -0300

    Bug 16667: Unused variable and function call in circulation.pl
    
    This patch removes an unused occurence of the $branches variable. Probably a
    leftover from a recent rewrite.
    
    To test:
    - Run:
      $ git grep '$branches' circ/circulation.pl
    => FAIL: Only on occurence of the variable
    - Apply the patch
    - Run:
      $ git grep '$branches' circ/circulation.pl
    => SUCCESS: The variable has been removed
    - Sign off :-D
    
    Regards
    
    Signed-off-by: Srdjan <srdjan at catalyst.net.nz>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 2bff91eb4e733a5c658e17fb93f13497768ba2e6)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit 9d8b407d7e0fc220268c4df3a0bebe4f508eae25)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 circ/circulation.pl |    2 --
 1 file changed, 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list