?? GreyFile — Mystic File Browser

Current path: home/webdevt/prestashop17/modules/ps_contactinfo/upgrade/



?? Go up: /home/webdevt/prestashop17/modules/ps_contactinfo

?? Viewing: upgrade-from-blockcontact.php

<?php

if (!defined('_PS_VERSION_'))
	exit;

function upgrade_module_2_0($object)
{
	return Configuration::deleteByName('BLOCKCONTACT_TELNUMBER')
        && Configuration::deleteByName('BLOCKCONTACT_EMAIL');
}


??

??