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 <tomasco...@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 <srd...@catalyst.net.nz>
    
    Signed-off-by: Jonathan Druart <jonathan.dru...@bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <k...@bywatersolutions.com>

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

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


hooks/post-receive
-- 
main Koha release repository
_______________________________________________
koha-commits mailing list
koha-commits@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-commits

Reply via email to