Index: openacs-4/packages/imsld/www/properties-value-set.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/imsld/www/properties-value-set.tcl,v diff -u -N -r1.4.4.3 -r1.4.4.4 --- openacs-4/packages/imsld/www/properties-value-set.tcl 26 Jun 2007 16:34:06 -0000 1.4.4.3 +++ openacs-4/packages/imsld/www/properties-value-set.tcl 27 Jun 2007 10:21:59 -0000 1.4.4.4 @@ -30,15 +30,17 @@ } if { [string eq "file" $datatype] } { - imsld::runtime::property::property_value_set -run_id $run_id \ + imsld::runtime::property::property_value_set \ + -run_id $run_id \ -user_id $owner_id \ -role_instance_id $role_instance_id \ -value $instances_ids($instance_id) \ -property_id $property_id \ -upload_file $instances_ids($instance_id) \ -tmpfile $instances_ids(${instance_id}.tmpfile) } else { - imsld::runtime::property::property_value_set -run_id $run_id \ + imsld::runtime::property::property_value_set \ + -run_id $run_id \ -user_id $owner_id \ -role_instance_id $role_instance_id \ -value $instances_ids($instance_id) \