function wordstream_util in WordStream Keyword Tools 6
Same name and namespace in other branches
- 7 wordstream.module \wordstream_util()
1 string reference to 'wordstream_util'
- wordstream_menu in ./
wordstream.module - Implementation of hook_menu().
File
- ./
wordstream.module, line 63
Code
function wordstream_util() {
return 'ok';
}