[Koha-bugs] [Bug 7937] Silence warns in OPAC error log (koha-opac-error_log)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 16 20:14:48 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7937

Ian Walls <koha.sekjal at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Passed QA

--- Comment #13 from Ian Walls <koha.sekjal at gmail.com> ---
First patch:  fixes some spacing, then adds conditional check to template var
before printing.

second patch: C4 change.  Replaces usage of $itemtypes with
$item->{notforloan_per_itemtype}, making the subroutine buildKohaItemsNamespace
more efficient

third patch: fixes spacing and conditional check on template, and provides
default value for possibly undefined variable.

fourth patch: conditional check for variable before concatenating

fifth patch: C4 change.  Introduces conditional checks into
SearchAuthorities().  Lots of text moved to fix indenting, but functional
changes are minimal.

sixth patch: better conditional checks on variables.


Marking all 6 Passed QA.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list