[koha-commits] main Koha release repository branch new/bug_8772 created. v3.08.00-1008-g3779dcd

Git repo owner gitmaster at git.koha-community.org
Tue Oct 9 11:49:27 CEST 2012


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, new/bug_8772 has been created
        at  3779dcd0856d4ae7f71fd867fa4979154369a393 (commit)

- Log -----------------------------------------------------------------
commit 3779dcd0856d4ae7f71fd867fa4979154369a393
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Wed Sep 19 00:05:24 2012 +0800

    Bug 8772 - Uninitialized variable triggers error log entry in smart_rules.pl
    
    Changed declartion from:
      my $op = $input->param('op');
    to
      my $op = $input->param('op') || q{};
    in order to give an empty string default preventing error
    logs from filling needlessly.
    
    Signed-off-by: Marc Veron <veron at veron.ch>
    
    The patch removes warnings like:
    Use of uninitialized value $op in string eq at...
    
    However there is one more warning, but it is not related to $op (addressed by this patch):
    smart-rules.pl: Use of uninitialized value in string ne at .../admin/smart-rules.pl line 388.
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list