You are here

function uif_perm in User Import Framework 6

Implementation of hook_perm().

File

./uif.module, line 34
Simple, extensible user import from a CSV file.

Code

function uif_perm() {
  return array(
    'import users',
  );
}