function _contact_user_tab_access in Contact 6.2
Contact 6.x-1.x legacy access mapping.
File
- ./
contact.module, line 276 - Enables the use of personal and site-wide contact forms.
Code
function _contact_user_tab_access(stdClass $account) {
return _contact_personal_tab_access($account);
}