From 448a5fb06c6d8b5da2deb486df90be969c94cb82 Mon Sep 17 00:00:00 2001 From: changelog Date: Tue, 16 Nov 2004 01:36:32 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 30ce6d19..671cffb7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2004-11-15 Messju Mohr + + * libs/plugins/function.html_options.php: + fixed semantically misleading check for $options (use isset() instead + of is_array() because it is always an array). + + thanks to albert almeida. + 2004-11-08 Messju Mohr * libs/Smarty_Compiler.class.php: