Index: openacs-4/contrib/packages/simulation/lib/sim-templates.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/simulation/lib/Attic/sim-templates.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/contrib/packages/simulation/lib/sim-templates.tcl 12 Nov 2003 13:24:09 -0000 1.2 +++ openacs-4/contrib/packages/simulation/lib/sim-templates.tcl 12 Nov 2003 14:51:16 -0000 1.3 @@ -100,7 +100,9 @@ select w.workflow_id, w.pretty_name as name, 'placeholder' as description, - a.creation_user as created_by, + (select p.first_names || ' ' || p.last_name + from persons p + where p.person_id = a.creation_user) as created_by, (select count(object_id) from sim_workflow_object_map where workflow_id = w.workflow_id) as object_count,