Index: openacs-4/packages/tasks/lib/tasks-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/tasks/lib/tasks-postgresql.xql,v diff -u -r1.2 -r1.3 --- openacs-4/packages/tasks/lib/tasks-postgresql.xql 28 Sep 2005 19:21:08 -0000 1.2 +++ openacs-4/packages/tasks/lib/tasks-postgresql.xql 29 Sep 2005 13:17:53 -0000 1.3 @@ -33,9 +33,8 @@ where s.status_id = t.status_id and ao.object_id = t.task_id - and ao.creation_user = :contact_id - and t.party_id = :contact_id and t.start_date < now() + [template::list::filter_where_clauses -and -name tasks] [template::list::orderby_clause -orderby -name tasks]