ad_user_has_row_permission_p

one of the documented procedures in this installation of the ACS
Usage:
ad_user_has_row_permission_p   db   user_id   permission_type   on_what_id   on_which_table
What it does:
Deprecated: use ad_user_has_permission_p instead.
Defined in: /web/philip/tcl/ad-general-permissions.tcl

Source code:


    return [ad_user_has_permission_p $db $user_id  $permission_type $on_what_id $on_which_table]


philg@mit.edu