function _location_effective_user_setting in Location 5
1 call to _location_effective_user_setting()
File
- ./
location.module, line 1428
Code
function _location_effective_user_setting() {
return variable_get('location_user', LOCATION_USER_DONT_COLLECT);
}