2015-09-17 12:57:44 +02:00

10 lines
102 B
PHP

<?php
if (!defined('_PS_VERSION_'))
exit;
function upgrade_module_1_3_4($module)
{
return true;
}