Current path: home/webdevt/prestashop17/modules/ps_contactinfo/upgrade/
?? Go up: /home/webdevt/prestashop17/modules/ps_contactinfo
<?php
if (!defined('_PS_VERSION_'))
exit;
function upgrade_module_2_0($object)
{
return Configuration::deleteByName('BLOCKCONTACT_TELNUMBER')
&& Configuration::deleteByName('BLOCKCONTACT_EMAIL');
}