rsvp_perm

Definition

rsvp_perm()
rsvp/rsvp.module, line 61

Description

Provides the rsvp permission information for the drupal system.

Related topics

Namesort iconDescription
core functions for rsvp.

Code

<?php
function rsvp_perm() {
  return array("administer rsvp", "rsvp on events", "rsvp on own events", "rsvp newsletters subscribers", "rsvp system users", "rsvp buddylist");
}
?>