openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit f46d04ac2b17c9817de850cdf1a533dba4bc6e43
parent 536c3279e677328d00c4cb842280aec6da2d5470
Author: dankert <devnull@localhost>
Date:   Sun, 21 Jan 2007 23:21:57 +0100

Korrektur Attribut "extract".

Diffstat:
themes/default/include/html/list.inc.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/default/include/html/list.inc.php b/themes/default/include/html/list.inc.php @@ -1,7 +1,7 @@ <?php $list_tmp_key = $attr_key; $list_tmp_value = $attr_value; - $list_extract = ($attr_extract=='true'); + $list_extract = ($attr_extract==true); foreach( $$attr_list as $$list_tmp_key => $$list_tmp_value )