// Fix some LIKE with _
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12970 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user