naughty_administrator

one of the documented procedures in this installation of the ACS
Usage:
naughty_administrator
What it does:
Returns email address of person to notify if naughty content is added
Defined in: /web/philip/tcl/ad-content-tagging.tcl

Source code:


    if [empty_string_p [ad_parameter Administrator content-tagging]] {
	return [ad_system_owner]
    } else {
	return [ad_parameter Administrator content-tagging]
    }


philg@mit.edu