You are here

function uc_repeater_perm in Ubercart 5

File

uc_repeater/uc_repeater.module, line 41
Allows a multisite setup to share changes to the catalog.

Code

function uc_repeater_perm() {
  return array(
    'administer catalog repeater',
  );
}