[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.04-24-g86a1246

Git repo owner gitmaster at git.koha-community.org
Tue Sep 4 03:20:06 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, 3.8.x has been updated
       via  86a1246fcef0456758c7c61985d427202bbfb860 (commit)
      from  72134208945fc36aa4d56fefcd397ada9c800fe9 (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 86a1246fcef0456758c7c61985d427202bbfb860
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Tue Sep 4 08:15:19 2012 +0800

    Bug 4064 - Uninitialized variable errors in opac-search.pl
    
    In 3.6.3 the error was triggered. It was already fixed with some
    particularly ugly logic: if (($params->{'offset'}||'') eq '') {
    Having read through the code, $offset is a better choice and
    produces prettier, clearer code: if (!$offset) {
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 opac/opac-search.pl |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list