* @copyright 2010-2016 La Poste SA * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of La Poste SA */ $sql = array( 'DROP TABLE IF EXISTS `'._DB_PREFIX_.'colissimo_delivery_info`', 'DROP TABLE IF EXISTS `'._DB_PREFIX_.'colissimo_delivery_point`'); foreach ($sql as $query) { if (Db::getInstance()->execute($query) == false) { return false; } }