bug 1953: removing possible SQL injections from C4::Acquisition::GetLateOrders
authorAndrew Moore <andrew.moore@liblime.com>
Thu, 10 Apr 2008 19:49:39 +0000 (14:49 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Fri, 11 Apr 2008 21:56:25 +0000 (16:56 -0500)
commit2df965f4ead8719892400aacbeac1d8391250557
tree1f25d6544ee3d34aaf9c7c9cd2c067150c1211c3
parent4f283bc0fab1469fa994a1313869452dc7ecda3d
bug 1953: removing possible SQL injections from C4::Acquisition::GetLateOrders

I decided to not make chagnes the the query that's executed on databases other than MySQL as I have no good way to test that.
This change provides no functinality change and requires no documentation change.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
C4/Acquisition.pm