Index: openacs-4/contrib/packages/project-manager/www/task-one.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/project-manager/www/Attic/task-one.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/contrib/packages/project-manager/www/task-one.tcl 6 Aug 2003 20:22:18 -0000 1.7 +++ openacs-4/contrib/packages/project-manager/www/task-one.tcl 7 Aug 2003 23:08:45 -0000 1.8 @@ -9,7 +9,8 @@ @return task_term_lower Term to use for task @return assignee_term Term to use for assignee @return watcher_term Term to use for watcher - + @return consts multirow that stores constraint information + @param task_id item_id for the task @param project_item_id the item_id for the project. Used for navigational links @param project_id the revision_id for the project. Used for navigational links @@ -31,6 +32,7 @@ write_p:onevalue create_p:onevalue versions:multirow + consts:multirow task_term:onevalue task_term_lower:onevalue assignee_term:onevalue @@ -78,6 +80,8 @@ db_multirow versions task_revisions_query { } +db_multirow consts consts_query { } + ad_return_template # ------------------------- END OF FILE ------------------------- #