From 2cd7f67ed5bf9d591d6b99e5a41e3ea7f1b18bea Mon Sep 17 00:00:00 2001 From: David M Date: Thu, 4 Oct 2007 16:56:35 +0000 Subject: [PATCH] - more accurate comment git-svn-id: file:///svn/phpbb/trunk@8137 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions_template.php | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/phpBB/includes/functions_template.php b/phpBB/includes/functions_template.php index 0d8a39eaee..c7c7ac1215 100644 --- a/phpBB/includes/functions_template.php +++ b/phpBB/includes/functions_template.php @@ -86,16 +86,9 @@ class template_compile } /** - * Straight-forward strategy: use PHP's tokenizer to escape everything that - * looks like a PHP tag. - * - * We open/close PHP tags at the beginning of the template to clearly indicate - * that we are in HTML mode. If we find a PHP tag, we escape it then we reiterate - * over the whole file. That can become quite slow if the file is stuffed with - *