CRM-15431 - CRM_Core_I18n - Use CRM_Core_DAO::escapeString for typical, runtime escaping
authorTim Otten <totten@civicrm.org>
Thu, 16 Oct 2014 00:45:08 +0000 (17:45 -0700)
committerTim Otten <totten@civicrm.org>
Thu, 16 Oct 2014 00:45:08 +0000 (17:45 -0700)
commit74032946e6135b7034524b2c4d97e5a7794df048
tree9dae374f9afd45ad6b0e9cf9d612b96d100ed6a2
parent43f13253c71c77d94ed8d4112a6548f71a20562a
CRM-15431 - CRM_Core_I18n - Use CRM_Core_DAO::escapeString for typical, runtime escaping

The call from CRM_Core_I18n breaks on systems that use "mysqli" without
"mysql." Such systems cannot be fully supported for development using
current dataflows (i.e.  "GenCode" won't work), but this patch may make them
usable for regular installations.
CRM/Core/DAO.php
CRM/Core/I18n.php