@@ -1,22 +1,22 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Attachment migration script. |
|
4 | - * |
|
5 | - * PHP Version 5.5 |
|
6 | - * |
|
7 | - * This Source Code Form is subject to the terms of the Mozilla Public License, |
|
8 | - * v. 2.0. If a copy of the MPL was not distributed with this file, You can |
|
9 | - * obtain one at http://mozilla.org/MPL/2.0/. |
|
10 | - * |
|
11 | - * @category phpMyFAQ |
|
12 | - * |
|
13 | - * @author Anatoliy Belsky <[email protected]> |
|
14 | - * @copyright 2009-2016 phpMyFAQ Team |
|
15 | - * @license http://www.mozilla.org/MPL/2.0/ Mozilla Public License Version 2.0 |
|
16 | - * |
|
17 | - * @link http://www.phpmyfaq.de |
|
18 | - * @since 2009-09-13 |
|
19 | - */ |
|
3 | + * Attachment migration script. |
|
4 | + * |
|
5 | + * PHP Version 5.5 |
|
6 | + * |
|
7 | + * This Source Code Form is subject to the terms of the Mozilla Public License, |
|
8 | + * v. 2.0. If a copy of the MPL was not distributed with this file, You can |
|
9 | + * obtain one at http://mozilla.org/MPL/2.0/. |
|
10 | + * |
|
11 | + * @category phpMyFAQ |
|
12 | + * |
|
13 | + * @author Anatoliy Belsky <[email protected]> |
|
14 | + * @copyright 2009-2016 phpMyFAQ Team |
|
15 | + * @license http://www.mozilla.org/MPL/2.0/ Mozilla Public License Version 2.0 |
|
16 | + * |
|
17 | + * @link http://www.phpmyfaq.de |
|
18 | + * @since 2009-09-13 |
|
19 | + */ |
|
20 | 20 | set_time_limit(0); |
21 | 21 | |
22 | 22 | define('PMF_ROOT_DIR', dirname(__DIR__)); |
@@ -66,8 +66,8 @@ discard block |
||
66 | 66 | /* case PMF_Attachment_Migration::MIGRATION_TYPE3: |
67 | 67 | case PMF_Attachment_Migration::MIGRATION_TYPE4:*/ |
68 | 68 | $options['defaultKey'] = PMF_Filter::filterInput(INPUT_POST, |
69 | - 'defaultKey', |
|
70 | - FILTER_SANITIZE_STRING); |
|
69 | + 'defaultKey', |
|
70 | + FILTER_SANITIZE_STRING); |
|
71 | 71 | break; |
72 | 72 | |
73 | 73 | default: |