From fd75a0f29ba603b5517f6307bfc007edfa33be5a Mon Sep 17 00:00:00 2001 From: changelog Date: Sun, 8 Feb 2004 01:32:23 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/ChangeLog b/ChangeLog index b4f7fbd3..0dece5c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2004-02-07 Messju Mohr + + * libs/Config_File.class.php: + avoid @-operator for handling empty lines in Config_File.class.php + + * libs/Smarty_Compiler.class.php: + removed two notices from Smarty_Compiler::_parse_is_expr() + (thanks shuther!) + + * NEWS + libs/Smarty.class.php: + changed default for use_sub_dirs to false + + * libs/plugins/function.mailto.php: + removed notice of undefined variable. (thanks shuther!) + 2004-01-29 Messju Mohr * libs/Smarty_Compiler.class.php: