Index: openacs-4/packages/cms/www/modules/workspace/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/cms/www/modules/workspace/index.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/cms/www/modules/workspace/index.tcl 20 Apr 2001 20:51:10 -0000 1.1 +++ openacs-4/packages/cms/www/modules/workspace/index.tcl 8 Jun 2001 01:44:53 -0000 1.2 @@ -10,7 +10,9 @@ # first part of the where clause gets all assignments for the individual # and for any groups to which the individual belongs. -set query " + + +template::query get_workspace_items items multirow " select types.pretty_name, obj.object_id item_id, @@ -55,9 +57,7 @@ order by dead.deadline" -query items multirow $query - # don't cache this page #ns_set put [ns_conn outputheaders] Pragma "No-cache"