[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-144-gf2a5af8

Git repo owner gitmaster at git.koha-community.org
Mon Oct 21 21:29:25 CEST 2013


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.8.x has been updated
       via  f2a5af88e7cecce39a7fb3ad4775bb7fa0f9e956 (commit)
      from  4b7a656f4a7545a2e9387b2548d64188fdd8a1b4 (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 f2a5af88e7cecce39a7fb3ad4775bb7fa0f9e956
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Wed Aug 14 15:26:34 2013 +0100

    Bug 10728: fix log noise generated by subscription-renew.pl
    
    Error log is showing warnings because mode is undefined
    and we are doing string comparisons on it.
    
    Set it to a default value (we were already assigning it a variable
    which we were not using) and use the the result in the comparison
    
    To test, after applying the patch:
    
    [1] Use the renew link from the subscription detail page to renew
        a subscription.
    [2] Verifying that doing this did not add a warning containing
        'subscription-renew.pl: Use of uninitialized value $mode in string eq '
        to the Apache error log.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 27edb618dd604e0a718f43e98ed97255f72eb515)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 70681a47f2cefcdee665d4d8076f3228eee891de)
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    (cherry picked from commit 70681a47f2cefcdee665d4d8076f3228eee891de)
    Signed-off-by: Chris Hall <followingthepath at gmail.com>
    (cherry picked from commit f17210a19c9727a4c30f3d40a94d4649f39f557e)

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

Summary of changes:
 serials/subscription-renew.pl |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list