Project

General

Profile

« Previous | Next » 

Revision b5ff8a25

Added by Andreas Kohlbecker over 7 years ago

removing unsed permissions defined in extlinks module

View differences:

modules/cdm_dataportal/ext_links/ext_links.module
319 319
  return system_settings_form($form);
320 320
} // function ext_links_admin()
321 321

  
322
/**
323
 * @todo Please document this function.
324
 * @see http://drupal.org/node/1354
325
 */
326
function ext_links_permission() {
327

  
328
  return array(
329
    'access extlinks content' => array(
330
      'title' => t('access extlinks content'),
331
      'description' => t("TODO Add a description for 'access extlinks content'"),
332
    ),
333
    'administer extlinks' => array(
334
      'title' => t('administer extlinks'),
335
      'description' => t("TODO Add a description for 'administer extlinks'"),
336
    ),
337
  );
338
} /* function ext_links_permission() */
339 322

  
340 323
/**
341 324
 * Implements hook_menu().

Also available in: Unified diff