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.4 -r1.5 --- openacs-4/contrib/packages/simulation/lib/sim-templates.tcl 14 Nov 2003 09:48:54 -0000 1.4 +++ openacs-4/contrib/packages/simulation/lib/sim-templates.tcl 14 Nov 2003 14:03:42 -0000 1.5 @@ -65,9 +65,6 @@ label "Created by" orderby r.createdby } - object_count { - label "Objects" - } role_count { label "Roles" } @@ -103,9 +100,6 @@ (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, (select count(role_id) from workflow_roles where workflow_id = w.workflow_id) as role_count,