function variable_get in SpamSpan filter 5
3 calls to variable_get()
- spamspan_callback in ./
spamspan.module - callback function for preg_replace_callback
- spamspan_filter in ./
spamspan.module - Implementation of hook_filter().
- spamspan_footer in ./
spamspan.module - Implementation of hook_footer().
File
- test/
spamspan_test.inc, line 130
Code
function variable_get($one, $two) {
return $two;
}