diff options
Diffstat (limited to 'phpBB/develop/merge_post_tables.php')
| -rw-r--r-- | phpBB/develop/merge_post_tables.php | 25 | 
1 files changed, 7 insertions, 18 deletions
| diff --git a/phpBB/develop/merge_post_tables.php b/phpBB/develop/merge_post_tables.php index d13ae287b5..8edc330a0a 100644 --- a/phpBB/develop/merge_post_tables.php +++ b/phpBB/develop/merge_post_tables.php @@ -1,22 +1,11 @@  <?php -/***************************************************************************   - *                           merge_clean_posts.php   - *                            -------------------                          - *   begin                : Tuesday, February 25, 2003  - *   copyright            : (C) 2003 The phpBB Group         - *   email                : support@phpbb.com                            - *                                                           - *  - ***************************************************************************/  - -/***************************************************************************   - *                                                      - *   This program is free software; you can redistribute it and/or modify     - *   it under the terms of the GNU General Public License as published by    - *   the Free Software Foundation; either version 2 of the License, or   - *   (at your option) any later version.                       - *  - ***************************************************************************/  +/** +* +* @package phpBB3 +* @copyright (c) 2003 phpBB Group +* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 +* +*/  //  // Security message: | 
