Index: openacs-4/contrib/packages/simulation/www/siminst/map-characters.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/simulation/www/siminst/Attic/map-characters.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/contrib/packages/simulation/www/siminst/map-characters.tcl 15 Dec 2003 10:54:31 -0000 1.6 +++ openacs-4/contrib/packages/simulation/www/siminst/map-characters.tcl 17 Dec 2003 09:32:20 -0000 1.7 @@ -47,7 +47,8 @@ db_transaction { # Map each role to chosen character foreach role_id [workflow::get_roles -workflow_id $workflow_id] { - simulation::role::edit -role_id $role_id -character_id [set role_${role_id}] + set row(character_id) [set role_${role_id}] + simulation::role::edit -role_id $role_id -array row } } Index: openacs-4/packages/simulation/www/siminst/map-characters.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/simulation/www/siminst/map-characters.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/simulation/www/siminst/map-characters.tcl 15 Dec 2003 10:54:31 -0000 1.6 +++ openacs-4/packages/simulation/www/siminst/map-characters.tcl 17 Dec 2003 09:32:20 -0000 1.7 @@ -47,7 +47,8 @@ db_transaction { # Map each role to chosen character foreach role_id [workflow::get_roles -workflow_id $workflow_id] { - simulation::role::edit -role_id $role_id -character_id [set role_${role_id}] + set row(character_id) [set role_${role_id}] + simulation::role::edit -role_id $role_id -array row } }