bboard_file_uploading_enabled_p

one of the documented procedures in this installation of the ACS
Usage:
bboard_file_uploading_enabled_p
What it does:
We use this to determine whether or not any file uploading is possible. Then we check bboard_topics for info on a specific forum.
Defined in: /web/philip/tcl/bboard-defs.tcl

Source code:


    return [ad_parameter FileUploadingEnabledP bboard 0]


philg@mit.edu