Index: openacs-4/packages/imsld/tcl/imsld-condition-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/imsld/tcl/imsld-condition-procs.tcl,v diff -u -r1.16 -r1.17 --- openacs-4/packages/imsld/tcl/imsld-condition-procs.tcl 20 Sep 2006 15:04:05 -0000 1.16 +++ openacs-4/packages/imsld/tcl/imsld-condition-procs.tcl 25 Sep 2006 13:13:31 -0000 1.17 @@ -41,6 +41,7 @@ foreach ifNode $ifNodes { if {[imsld::expression::eval -run_id $run_id -expression [$ifNode childNodes]]} { foreach thenNode $thenNodes { + ns_log Notice "troncho: [$thenNode asXML]" imsld::statement::execute -run_id $run_id -statement [$thenNode childNodes] } } else { @@ -671,7 +672,7 @@ if { [string eq $class ""] } { # NOTE: according to the spec this attribute may be empty... what to do?? - ns_log notice "imsld::statement::execute: class ref is empty" +d ns_log notice "imsld::statement::execute: class ref is empty" continue } imsld::runtime::class::show_hide -class $class -run_id $run_id -title $title -with_control_p $with_control_p -action "hide"