rsvp_perm()
rsvp/rsvp.module, line 61
Provides the rsvp permission information for the drupal system.
| Name | Description |
|---|---|
| core functions for rsvp. |
<?php
function rsvp_perm() {
return array("administer rsvp", "rsvp on events", "rsvp on own events", "rsvp newsletters subscribers", "rsvp system users", "rsvp buddylist");
}
?>