Index: openacs-4/packages/ams/tcl/ams-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ams/tcl/ams-procs.tcl,v diff -u -r1.28 -r1.29 --- openacs-4/packages/ams/tcl/ams-procs.tcl 31 Oct 2005 07:43:00 -0000 1.28 +++ openacs-4/packages/ams/tcl/ams-procs.tcl 31 Oct 2005 10:03:22 -0000 1.29 @@ -457,7 +457,9 @@ } if { [exists_and_not_null value] } { lappend values $heading $attribute_name $pretty_name [ams::widget -widget $widget -request "value_${format}" -attribute_name $attribute_name -attribute_id $attribute_id -value $value -locale $locale] + ns_log Notice "$attribute_name ($attribute_id):: $value" } + ns_log Notice "$attribute_name ($attribute_id):: $value" } return $values } else {