edu_get_dropped_role_string

one of the documented procedures in this installation of the ACS
Usage:
edu_get_dropped_role_string
What it does:
This returns the string used for the Dropped role. It prevents us from having to hard code Dropped into the code all over the place.
Defined in: /web/philip/tcl/education.tcl

Source code:


    return dropped


philg@mit.edu