function invisimail_perm in Invisimail 6
Implementation of hook_perm().
File
- ./
invisimail.module, line 50 - This module provides a filter that will search content for email addresses and replace them with their ascii equivalents before display. This is not a complete protection from spam harvesters, but it is some help.
Code
function invisimail_perm() {
return array(
'administer invisimail formatter',
);
}