FSN#33658 potentiële SQL-injections aangepast

svn path=/Website/trunk/; revision=27927
This commit is contained in:
Jos Groot Lipman
2016-01-26 15:57:07 +00:00
parent 2ddd6759d7
commit 60018ab74c

View File

@@ -217,7 +217,7 @@ function sqlTracking(refkey, node)
+ " , fac_srtnotificatie sn"
+ " WHERE t.fac_srtnotificatie_key = sn.fac_srtnotificatie_key"
+ " AND t.fac_tracking_refkey = " + refkey
+ " AND sn.fac_srtnotificatie_xmlnode = " + safe.quoted_qsl(node)
+ " AND sn.fac_srtnotificatie_xmlnode = " + safe.quoted_sql(node)
+ " ) recentdatum";
}
else