From 996fd6b60e3c8d1822732d3db0c777d90b473865 Mon Sep 17 00:00:00 2001 From: changelog Date: Wed, 30 Nov 2005 06:45:21 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ChangeLog b/ChangeLog index 95bfa342..7ebb0e21 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2005-11-29 Messju Mohr + + * NEWS + libs/Smarty_Compiler.class.php: + fixed code generation of non-cacheable blocks to play well with php's + "Alternative syntax" used for example in compiled {if}..{else}..{/if} + blocks. + + (see: http://php.net/manual/en/control-structures.alternative-syntax.php + on "Alternative syntax") + + thanks to kihara from the forum. + 2005-11-26 Messju Mohr * NEWS: