[koha-commits] main Koha release repository branch master updated. v16.05.00-89-g2bff91e

Git repo owner gitmaster at git.koha-community.org
Fri Jun 10 19:42:48 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, master has been updated
       via  2bff91eb4e733a5c658e17fb93f13497768ba2e6 (commit)
      from  740cb37e94d80a8beb41710f5e57d6e4a46fc17a (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 2bff91eb4e733a5c658e17fb93f13497768ba2e6
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>

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

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