You are here

function wordstream_util in WordStream Keyword Tools 7

Same name and namespace in other branches
  1. 6 wordstream.module \wordstream_util()

@todo Please document this function.

See also

http://drupal.org/node/1354

1 string reference to 'wordstream_util'
wordstream_menu in ./wordstream.module
Implements hook_menu(). ().

File

./wordstream.module, line 79

Code

function wordstream_util() {
  $r = variable_get('wordstream_adult_filter', WORDSTREAM_ADULT_FILTER_DEFAULT);
  return "x=" . $r;
}