http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7085
Ian Walls <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ian.walls@bywatersolutions. | |com Patch Status|Signed Off |Passed QA QAContact|[email protected] |ian.walls@bywatersolutions. |ity.org |com --- Comment #4 from Ian Walls <[email protected]> 2011-11-06 08:49:37 UTC --- Replaces 'defined' calls with Perl eval, so any params that are passed defined but 0 or '' do not invoke the addition of the SQL where clauses. Undefined values will still assess as untrue, so we don't lose anything here, just gain stricter checks. Marking as Passed QA -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
