From d52e31a4891a96d97157a36c266a0e81e198aa6a Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Tue, 16 May 2006 17:46:47 +0000 Subject: some changes before i forget... git-svn-id: file:///svn/phpbb/trunk@5916 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions_template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes/functions_template.php') 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; -- cgit v1.2.1