im_project_status_select

one of the documented procedures in this installation of the ACS
Usage:
im_project_status_select   db   select_name   { default "" }
What it does:
Returns an html select box named $select_name and defaulted to $default with a list of all the project_types in the system
Defined in: /web/philip/tcl/intranet-defs.tcl

Source code:


    return [im_category_select $db "Intranet Project Status" $select_name $default]


philg@mit.edu