first commit
This commit is contained in:
10
modules/ps_contactinfo/upgrade/upgrade-from-blockcontact.php
Normal file
10
modules/ps_contactinfo/upgrade/upgrade-from-blockcontact.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
if (!defined('_PS_VERSION_'))
|
||||
exit;
|
||||
|
||||
function upgrade_module_2_0($object)
|
||||
{
|
||||
return Configuration::deleteByName('BLOCKCONTACT_TELNUMBER')
|
||||
&& Configuration::deleteByName('BLOCKCONTACT_EMAIL');
|
||||
}
|
||||
Reference in New Issue
Block a user