diff options
| author | Oleg Pudeyev <oleg@bsdpower.com> | 2011-05-13 10:54:23 -0400 |
|---|---|---|
| committer | Oleg Pudeyev <oleg@bsdpower.com> | 2011-05-14 15:30:20 -0400 |
| commit | 7d911e0bc1475ee769bfd3849d1eca6db7cc95d2 (patch) | |
| tree | 1ab2208b164ad9dc921d91b7f947ff8590cdf955 /phpBB/includes | |
| parent | 70ccf04e068c3de1611049d094b8295fb6f07b45 (diff) | |
| download | forums-7d911e0bc1475ee769bfd3849d1eca6db7cc95d2.tar forums-7d911e0bc1475ee769bfd3849d1eca6db7cc95d2.tar.gz forums-7d911e0bc1475ee769bfd3849d1eca6db7cc95d2.tar.bz2 forums-7d911e0bc1475ee769bfd3849d1eca6db7cc95d2.tar.xz forums-7d911e0bc1475ee769bfd3849d1eca6db7cc95d2.zip | |
[feature/template-engine] Delete @version everywhere.
This is not used since the switch to git.
PHPBB3-9726
Diffstat (limited to 'phpBB/includes')
| -rw-r--r-- | phpBB/includes/template.php | 1 | ||||
| -rw-r--r-- | phpBB/includes/template/compile.php | 1 | ||||
| -rw-r--r-- | phpBB/includes/template/context.php | 1 | ||||
| -rw-r--r-- | phpBB/includes/template/filter.php | 1 | ||||
| -rw-r--r-- | phpBB/includes/template/renderer.php | 1 | ||||
| -rw-r--r-- | phpBB/includes/template/renderer_eval.php | 1 | ||||
| -rw-r--r-- | phpBB/includes/template/renderer_include.php | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/phpBB/includes/template.php b/phpBB/includes/template.php index 5fb0f41311..e99b9a8c6c 100644 --- a/phpBB/includes/template.php +++ b/phpBB/includes/template.php @@ -2,7 +2,6 @@ /** * * @package phpBB3 -* @version $Id$ * @copyright (c) 2005 phpBB Group, sections (c) 2001 ispi of Lincoln Inc * @license http://opensource.org/licenses/gpl-license.php GNU Public License * diff --git a/phpBB/includes/template/compile.php b/phpBB/includes/template/compile.php index 246c83a010..837af1df05 100644 --- a/phpBB/includes/template/compile.php +++ b/phpBB/includes/template/compile.php @@ -2,7 +2,6 @@ /** * * @package phpBB3 -* @version $Id$ * @copyright (c) 2005 phpBB Group, sections (c) 2001 ispi of Lincoln Inc * @license http://opensource.org/licenses/gpl-license.php GNU Public License * diff --git a/phpBB/includes/template/context.php b/phpBB/includes/template/context.php index 3c0dceb981..169add036e 100644 --- a/phpBB/includes/template/context.php +++ b/phpBB/includes/template/context.php @@ -2,7 +2,6 @@ /** * * @package phpBB3 -* @version $Id$ * @copyright (c) 2011 phpBB Group * @license http://opensource.org/licenses/gpl-license.php GNU Public License * diff --git a/phpBB/includes/template/filter.php b/phpBB/includes/template/filter.php index 1c64cdb8da..2332a8281e 100644 --- a/phpBB/includes/template/filter.php +++ b/phpBB/includes/template/filter.php @@ -2,7 +2,6 @@ /** * * @package phpBB3 -* @version $Id$ * @copyright (c) 2011 phpBB Group, sections (c) 2001 ispi of Lincoln Inc * @license http://opensource.org/licenses/gpl-license.php GNU Public License * diff --git a/phpBB/includes/template/renderer.php b/phpBB/includes/template/renderer.php index 0af2d94bb6..c15252fd83 100644 --- a/phpBB/includes/template/renderer.php +++ b/phpBB/includes/template/renderer.php @@ -2,7 +2,6 @@ /** * * @package phpBB3 -* @version $Id$ * @copyright (c) 2011 phpBB Group * @license http://opensource.org/licenses/gpl-license.php GNU Public License * diff --git a/phpBB/includes/template/renderer_eval.php b/phpBB/includes/template/renderer_eval.php index f3365ff8a7..6cbcf5ce40 100644 --- a/phpBB/includes/template/renderer_eval.php +++ b/phpBB/includes/template/renderer_eval.php @@ -2,7 +2,6 @@ /** * * @package phpBB3 -* @version $Id$ * @copyright (c) 2011 phpBB Group * @license http://opensource.org/licenses/gpl-license.php GNU Public License * diff --git a/phpBB/includes/template/renderer_include.php b/phpBB/includes/template/renderer_include.php index 28a8027df3..0e05630d55 100644 --- a/phpBB/includes/template/renderer_include.php +++ b/phpBB/includes/template/renderer_include.php @@ -2,7 +2,6 @@ /** * * @package phpBB3 -* @version $Id$ * @copyright (c) 2011 phpBB Group * @license http://opensource.org/licenses/gpl-license.php GNU Public License * |
