Bug 1953 [2/6]: refactoring SQL in C4::Koha::displayServers to use placeholders.
authorAndrew Moore <andrew.moore@liblime.com>
Tue, 29 Jul 2008 16:42:46 +0000 (11:42 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Wed, 30 Jul 2008 08:45:20 +0000 (03:45 -0500)
commit9ecd632001b994a45a48e78b2dd7fcb7ff9dd088
tree34b0f2dc1de0b26f45ee7cdce5b8ca83e6941898
parent4a4850b3cce45391b667fce8fa5228c703f7627a
Bug 1953 [2/6]: refactoring SQL in C4::Koha::displayServers to use placeholders.

The SQL call in displayServers was not using placeholders, leaving itself open
to potential SQL injection attacks. I've rewritten it to use placeholders.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
C4/Koha.pm