From cb90eb77db3a0ec119f2df826e6b637504ef8e49 Mon Sep 17 00:00:00 2001 From: changelog Date: Thu, 30 Sep 2004 00:41:44 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index f45d4daf..11c5cb53 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2004-09-29 Messju Mohr + + * libs/Smarty.class.php: + switched from @count() to !empty() . this was pointed out a few times + by a few people with buggy error-handlers + + * libs/Smarty_Compiler.class.php: + added some property declarations + 2004-09-28 Messju Mohr * libs/Smarty.class.php: