10 lines
130 B
PHP
Raw Normal View History

2015-07-06 16:58:50 +02:00
<?php
if (!defined('_PS_VERSION_'))
exit;
function upgrade_module_2_9_7($object)
{
return ($object->unregisterHook('top'));
}