diff options
author | Oleg Pudeyev <oleg@bsdpower.com> | 2012-05-10 14:43:14 -0400 |
---|---|---|
committer | Oleg Pudeyev <oleg@bsdpower.com> | 2012-05-10 14:43:14 -0400 |
commit | c136bedf07aa58d1c8db46337b2dc0f149bfb0ac (patch) | |
tree | 25644cc154d744df01afdf09bc13f227a9bb3851 /phpBB/develop/create_variable_overview.php | |
parent | 1d0607cbb31865b5128a1a2b92b415386aee0788 (diff) | |
parent | 12bf9b42faf0506899c570ca333d2da7f1bd6473 (diff) | |
download | forums-c136bedf07aa58d1c8db46337b2dc0f149bfb0ac.tar forums-c136bedf07aa58d1c8db46337b2dc0f149bfb0ac.tar.gz forums-c136bedf07aa58d1c8db46337b2dc0f149bfb0ac.tar.bz2 forums-c136bedf07aa58d1c8db46337b2dc0f149bfb0ac.tar.xz forums-c136bedf07aa58d1c8db46337b2dc0f149bfb0ac.zip |
Merge PR #799 branch 'develop-olympus' into develop
* develop-olympus:
[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 632930bfff..e65de130b3 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. +* */ // |