// Fix some LIKE with _

This commit is contained in:
rMalie
2012-02-03 12:09:28 +00:00
parent 06f00c6d0a
commit 6bc84c8c71
3 changed files with 7 additions and 7 deletions
@@ -26,8 +26,8 @@
*/
function update_order_canada()
{
$sql ='SHOW TABLES LIKE "'._DB_PREFIX_.'order_tax"';
{
$sql ='SHOW TABLES LIKE "'.str_replace('_', '\_', _DB_PREFIX_).'order\_tax"';
$table = Db::getInstance()->executeS($sql);
if (!count($table))