From 9a9dd9a7ba1ea4b731addea669ca70dd173624be Mon Sep 17 00:00:00 2001 From: "uwe.tews@googlemail.com" Date: Wed, 9 Nov 2011 17:12:08 +0000 Subject: [PATCH] fixed topic reference in change_log.txt --- change_log.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/change_log.txt b/change_log.txt index 37df8669..69b1bfa1 100644 --- a/change_log.txt +++ b/change_log.txt @@ -1,7 +1,7 @@ ===== trunk ===== 09.11.2011 - bugfix different behaviour of uniqid() on cygwin. See https://bugs.php.net/bug.php?id=34908 - (forum topic 20199) + (forum topic 20343) 01.11.2011 - bugfix {if} and {while} tags without condition did not throw a SmartyCompilerException (Issue #57)