function activesearch_perm in Javascript Tools 5
Implementation of hook_perm().
File
- activesearch/
activesearch.module, line 38
Code
function activesearch_perm() {
return array(
'search via ajax',
);
}
Implementation of hook_perm().
function activesearch_perm() {
return array(
'search via ajax',
);
}