From 7c446d950b7fc14cebf801db0bd744adbdeff48a Mon Sep 17 00:00:00 2001 From: changelog Date: Sun, 16 Mar 2003 01:33:08 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/ChangeLog b/ChangeLog index 45de7cdc..af75db13 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2003-03-15 Monte Ohrt + + * NEWS + libs/Smarty_Compiler.class.php: + back out "@" logic, apply only to default modifier special case + + * libs/Smarty_Compiler.class.php: + fix @ logic, only use upon an echo + + * NEWS + libs/Smarty_Compiler.class.php: + append "@" to template var echoes to supress possible notices + + * NEWS + libs/Smarty_Compiler.class.php: + append "@" to _run_mod_handler to supress warnings + 2003-03-14 Monte Ohrt * NEWS