You are here

function joomla_perm in Joomla to Drupal 6

Same name and namespace in other branches
  1. 5 joomla.module \joomla_perm()

Implementation of hook_perm().

File

./joomla.module, line 44
The joomla module used for migrate Joomla to Drupal.

Code

function joomla_perm() {
  return array(
    'administer joomla',
  );
}