Index: openacs-4/packages/project-manager/www/lib/entries-table.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/project-manager/www/lib/entries-table.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/project-manager/www/lib/entries-table.tcl 3 Jun 2005 22:13:45 -0000 1.3 +++ openacs-4/packages/project-manager/www/lib/entries-table.tcl 14 Dec 2005 22:05:30 -0000 1.4 @@ -58,7 +58,7 @@ # project manager task. if { [exists_and_not_null pm_task_id] } { - lappend where_clauses "le.entry_id in (select object_id_two from acs_rels where object_id_one = :pm_task_id and rel_type = 'application_data_link')" + lappend where_clauses "le.entry_id in (select object_id_two from acs_data_links where object_id_one = :pm_task_id)" }