diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2006-05-16 17:46:47 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2006-05-16 17:46:47 +0000 |
commit | d52e31a4891a96d97157a36c266a0e81e198aa6a (patch) | |
tree | 5833437a8fdac57a54552fa3c6c57134ec37d982 /phpBB/includes/functions_template.php | |
parent | 501aa7bde794a5ae8d90130dfdcb595984f34cf9 (diff) | |
download | forums-d52e31a4891a96d97157a36c266a0e81e198aa6a.tar forums-d52e31a4891a96d97157a36c266a0e81e198aa6a.tar.gz forums-d52e31a4891a96d97157a36c266a0e81e198aa6a.tar.bz2 forums-d52e31a4891a96d97157a36c266a0e81e198aa6a.tar.xz forums-d52e31a4891a96d97157a36c266a0e81e198aa6a.zip |
some changes before i forget...
git-svn-id: file:///svn/phpbb/trunk@5916 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions_template.php')
-rw-r--r-- | phpBB/includes/functions_template.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_template.php b/phpBB/includes/functions_template.php index 6def26f032..c37f1292c4 100644 --- a/phpBB/includes/functions_template.php +++ b/phpBB/includes/functions_template.php @@ -492,7 +492,7 @@ class template_compile $match[4] = strtoupper($match[4]); break; - case '.'; + case '.': $match[4] = doubleval($match[4]); break; |