// fix show tableSSS
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15467 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
function add_missing_shop_column_pagenotfound()
|
||||
{
|
||||
$res = true;
|
||||
$exists = Db::getInstance()->executeS('SHOW TABLE LIKE "'._DB_PREFIX_.'pagenotfound"');
|
||||
$exists = Db::getInstance()->executeS('SHOW TABLES LIKE "'._DB_PREFIX_.'pagenotfound"');
|
||||
if (count($exists))
|
||||
{
|
||||
$fields = Db::getInstance()->executeS('SHOW FIELDS FROM `'._DB_PREFIX_.'pagenotfound`');
|
||||
|
||||
Reference in New Issue
Block a user