23 lines
343 B
PHP
23 lines
343 B
PHP
<?php
|
|
/**
|
|
* 2008-today Mediacom87
|
|
*
|
|
* NOTICE OF LICENSE
|
|
*
|
|
* Read in the module
|
|
*
|
|
* @author Mediacom87 <support@mediacom87.net>
|
|
* @copyright 2008-today Mediacom87
|
|
* @license define in the module
|
|
*/
|
|
|
|
if (!defined('_TB_VERSION_')
|
|
&& !defined('_PS_VERSION_')) {
|
|
exit;
|
|
}
|
|
|
|
function upgrade_module_1_3_0()
|
|
{
|
|
return true;
|
|
}
|