You are here

function user_limit_perm in User Limit 6

Implementation of hook_perm().

File

./user_limit.module, line 90
Everything related to User Limit. There are no include files.

Code

function user_limit_perm() {
  return array(
    'set user limit',
  );
}