Files
bio-concept-pharma/web/modules/prestaboost/upgrade/upgrade-4.0.5.php
2019-11-17 19:14:07 +01:00

23 lines
321 B
PHP

<?php
/**
* 2008 - 2017 (c) Prestaboost
*
* MODULE PrestaBoost
*
* @author Prestaboost
* @copyright Copyright (c) permanent, Prestaboost
* @license Commercial
* @version 4.0.5
*/
if (!defined('_PS_VERSION_')) {
exit;
}
function upgrade_module_4_0_5()
{
Tools::clearCache();
return true;
}