Adding permissions

yhager's picture
Offline
Joined: 10/01/2007
Juice: 59
Adding permissions

In order to enable users which are not admin to configure this module, add:

/*
** Implementation of hook_perm()
*/
function uc_worldquote_perm() {
  return array('configure worldquote');
}
World Quotes By: arbel (79 replies) Wed, 09/26/2007 - 20:45