diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2005-11-20 18:58:34 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2005-11-20 18:58:34 +0000 |
| commit | 0202eb8a66920b43d37582bbd205a25f68523150 (patch) | |
| tree | b3a4305900778053b729f15bcca1b244d2d510f8 /phpBB/includes/template.php | |
| parent | 9f1f945d5d78f049bf44e0c6afb7eefeb549f406 (diff) | |
| download | forums-0202eb8a66920b43d37582bbd205a25f68523150.tar forums-0202eb8a66920b43d37582bbd205a25f68523150.tar.gz forums-0202eb8a66920b43d37582bbd205a25f68523150.tar.bz2 forums-0202eb8a66920b43d37582bbd205a25f68523150.tar.xz forums-0202eb8a66920b43d37582bbd205a25f68523150.zip | |
- more acp additions and changes...
git-svn-id: file:///svn/phpbb/trunk@5310 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/template.php')
| -rw-r--r-- | phpBB/includes/template.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/template.php b/phpBB/includes/template.php index 1e230dd311..791cbb069e 100644 --- a/phpBB/includes/template.php +++ b/phpBB/includes/template.php @@ -831,7 +831,7 @@ class template } } - return (($elseif) ? '} elseif (' : 'if (') . (implode(' ', $tokens) . ') { '); + return (($elseif) ? '} else if (' : 'if (') . (implode(' ', $tokens) . ') { '); } function compile_tag_define($tag_args, $op) |
