diff options
author | Oleg Pudeyev <oleg@bsdpower.com> | 2012-05-10 14:40:15 -0400 |
---|---|---|
committer | Oleg Pudeyev <oleg@bsdpower.com> | 2012-05-10 14:40:15 -0400 |
commit | 12bf9b42faf0506899c570ca333d2da7f1bd6473 (patch) | |
tree | 20e5c4abf0f8d4b167d0cea50c8ded1cf954f77e /phpBB/develop/create_variable_overview.php | |
parent | 0488d70062a3ae2ff06779dd84cbd65de0445a4d (diff) | |
parent | 226743d10bd1c31095c8bf970de8698789ca6e61 (diff) | |
download | forums-12bf9b42faf0506899c570ca333d2da7f1bd6473.tar forums-12bf9b42faf0506899c570ca333d2da7f1bd6473.tar.gz forums-12bf9b42faf0506899c570ca333d2da7f1bd6473.tar.bz2 forums-12bf9b42faf0506899c570ca333d2da7f1bd6473.tar.xz forums-12bf9b42faf0506899c570ca333d2da7f1bd6473.zip |
Merge PR #799 branch 'bantu/ticket/10881' into develop-olympus
* bantu/ticket/10881:
[ticket/10881] Replace old (and unify) file headers in develop files.
Diffstat (limited to 'phpBB/develop/create_variable_overview.php')
-rw-r--r-- | phpBB/develop/create_variable_overview.php | 22 |
1 files changed, 9 insertions, 13 deletions
diff --git a/phpBB/develop/create_variable_overview.php b/phpBB/develop/create_variable_overview.php index a786fc6866..f926d79eb5 100644 --- a/phpBB/develop/create_variable_overview.php +++ b/phpBB/develop/create_variable_overview.php @@ -1,17 +1,13 @@ <?php -// ------------------------------------------------------------- -// -// FILENAME : create_variable_overview.php -// STARTED : Fri Aug 15 2003 -// COPYRIGHT : © 2003 phpBB Group -// WWW : http://www.phpbb.com/ -// LICENCE : GPL vs2.0 [ see /docs/COPYING ] -// -// ------------------------------------------------------------- - -/* - This script generates an index of some template vars and their use within the templates. - It writes down all language variables used by various templates. +/** +* +* @package phpBB3 +* @copyright (c) 2003 phpBB Group +* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 +* +* This script generates an index of some template vars and their use within the templates. +* It writes down all language variables used by various templates. +* */ // |