function fb_stream_get_setting in Drupal for Facebook 6.3
Same name and namespace in other branches
- 7.3 fb_stream.module \fb_stream_get_setting()
Gets the auto node title setting associated with the given content type.
File
- ./
fb_stream.module, line 344 - Support for Facebook's Stream API.
Code
function fb_stream_get_setting($type) {
return variable_get('fb_stream_' . $type, FALSE);
}