You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Installation file for Permit own permissions module.
*/
function pwn_install() {
drupal_set_message(t('Permit own permissions installed successfully. Grant <em>share permissions</em> (not <em>administer permissions</em>) <a href="@permissions_url">to a role</a> to empower users in that role to administer (for all roles) only permissions that they themselves have.', array('@permissions_url' => url('admin/user/permissions'))));
}
function pwn_uninstall() {
drupal_set_message(t('Uninstalled Permit own permissions.'));