Index: openacs-4/packages/project-manager/www/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/project-manager/www/index.tcl,v diff -u -r1.14 -r1.15 --- openacs-4/packages/project-manager/www/index.tcl 12 Mar 2006 16:54:58 -0000 1.14 +++ openacs-4/packages/project-manager/www/index.tcl 5 Apr 2006 15:09:04 -0000 1.15 @@ -17,15 +17,15 @@ } { {orderby ""} - {status_id:integer,optional} + {pm_status_id:integer,optional} {searchterm ""} {end_range_f ""} {start_range_f ""} category_id:multiple,optional {format "normal"} {assignee_id ""} - {contact_id ""} - {etat_id ""} + {pm_contact_id ""} + {pm_etat_id ""} {user_space_p "0"} {subprojects_p "t"} {is_observer_p ""} @@ -84,8 +84,8 @@ set root_folder [pm::util::get_root_folder -package_id $package_id] # Set status -if {![exists_and_not_null status_id]} { - set status_id "" +if {![exists_and_not_null pm_status_id]} { + set pm_status_id "" } # We want to set up a filter for each category tree. @@ -107,4 +107,4 @@ # Only display the current package unless mentioned otherwise if {$current_package_f ne 1} { set current_package_f $package_id -} \ No newline at end of file +}