Index: openacs-4/packages/project-manager-portlet/lib/tasks.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/project-manager-portlet/lib/tasks.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/project-manager-portlet/lib/tasks.tcl 23 Aug 2005 16:41:59 -0000 1.3 +++ openacs-4/packages/project-manager-portlet/lib/tasks.tcl 25 Aug 2005 19:46:03 -0000 1.4 @@ -171,11 +171,6 @@ # We need to filter by the user if a party_id is given if {[exists_and_not_null party_id]} { set party_where_clause "and t.party_id = :party_id" - - # Do we want to show observer tasks as well? - if {[parameter::get -parameter "ShowObserverTasksP"] == 0} { - append party_where_clause "\n and r.is_observer_p = 'f' " - } } else { set party_where_clause "" }