function _oauth_common_always_true in OAuth 1.0 7.3
Same name and namespace in other branches
- 6.3 oauth_common.module \_oauth_common_always_true()
- 7.4 oauth_common.module \_oauth_common_always_true()
This function is used as a access callback when the authentication of the request shouldn't be done by the menu system.
Return value
bool Always returns TRUE
File
- ./
oauth_common.module, line 374
Code
function _oauth_common_always_true() {
return TRUE;
}