Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
uryvskiy-dima committed Sep 20, 2023
1 parent af11522 commit b1d630b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions retailcrm/retailcrm.php
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,6 @@ public function installDB()
ON UPDATE CASCADE
) DEFAULT CHARSET=utf8;');


$resultQuery2 = Db::getInstance()->execute('
CREATE TABLE IF NOT EXISTS `' . _DB_PREFIX_ . 'retailcrm_exported_orders` (
`id_order` INT UNSIGNED UNIQUE NULL,
Expand All @@ -409,7 +408,6 @@ public function installDB()
) DEFAULT CHARSET=utf8;'
);


return $resultQuery1 && $resultQuery2;
}

Expand Down

0 comments on commit b1d630b

Please sign in to comment.