Koha/t/lib
Andrew Moore 8b679f8d81 Bug 1953: refactoring C4::Koha::get_itemtypeinfos_of to eliminate potential SQL injection
C4::Koha::get_itemtypeinfos_of was not using plceholders, opening itself up to
potential SQL injection attacks. This patch refactors it to use placeholders to
bind parameters.
I also had to extend C4::koha::get_infos_of to allow us to pass bind parameters into it.
I'm including a test module for C4::Koha::get_itemtypeinfos_of.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-07-27 06:11:18 -05:00
..
KohaTest Bug 1953: refactoring C4::Koha::get_itemtypeinfos_of to eliminate potential SQL injection 2008-07-27 06:11:18 -05:00
KohaTest.pm Bug 1953 [1/3]: test suite improvements 2008-07-27 06:10:47 -05:00