Index: openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl,v diff -u -r1.219 -r1.220 --- openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 14 Feb 2009 13:39:07 -0000 1.219 +++ openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 16 Feb 2009 12:11:55 -0000 1.220 @@ -863,7 +863,7 @@ } if {[string match *.* $att]} { foreach {container component} [split $att .] break - lappend containers($container) $component + lappend containers($container) $component } } @@ -886,7 +886,7 @@ set processed($c) 1 #my msg "compute value of $c" set __ia($c) [$f value] - #my msg "__ia($c) is set to '[$f value]'" + #my msg "__ia($c) is set to '$__ia($c)'" } } }