1: <?php
2:
3: /*
4: *
5: *
6: * NOTICE OF LICENSE
7: *
8: * This source file is subject to the Open Software License (OSL 3.0)
9: * or OpenGPL v3 license (GNU Public License V3.0)
10: * that is bundled with this package in the file LICENSE.txt.
11: * It is also available through the world-wide-web at this URL:
12: * http://opensource.org/licenses/osl-3.0.php
13: * or
14: * http://www.gnu.org/licenses/gpl-3.0.txt
15: * If you did not receive a copy of the license and are unable to
16: * obtain it through the world-wide-web, please send an email
17: * to info@e-abi.ee so we can send you a copy immediately.
18: *
19: * DISCLAIMER
20: *
21: * Do not edit or add to this file if you wish to upgrade this module to newer
22: * versions in the future.
23: *
24: * @category Eabi
25: * @package Eabi_Dpd
26: * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
27: * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28: * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29: * @author Matis Halmann
30: *
31:
32: */
33:
34: /*
35: *
36: *
37: * NOTICE OF LICENSE
38: *
39: * This source file is subject to the Open Software License (OSL 3.0)
40: * or OpenGPL v3 license (GNU Public License V3.0)
41: * that is bundled with this package in the file LICENSE.txt.
42: * It is also available through the world-wide-web at this URL:
43: * http://opensource.org/licenses/osl-3.0.php
44: * or
45: * http://www.gnu.org/licenses/gpl-3.0.txt
46: * If you did not receive a copy of the license and are unable to
47: * obtain it through the world-wide-web, please send an email
48: * to info@e-abi.ee so we can send you a copy immediately.
49: *
50: * DISCLAIMER
51: *
52: * Do not edit or add to this file if you wish to upgrade this module to newer
53: * versions in the future.
54: *
55: * @category Eabi
56: * @package Eabi_Dpd
57: * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
58: * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
59: * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
60: * @author Matis Halmann
61: *
62:
63: */
64: if (!defined('_PS_VERSION_')) {
65: exit;
66: }
67:
68: /**
69: *
70: * @param eabi_dpd_parcelstore $module
71: * @return boolean
72: */
73: function upgrade_module_0_8($module) {
74: // Process Module upgrade to 0.7
75: // ....
76: return $module->upgrade_module_0_8();
77: }
78: