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');
}
|
Ubercart |
|
|
|
||
Adding permissions
Sun, 10/07/2007 - 14:11
#1
Adding permissions
In order to enable users which are not admin to configure this module, add: /*World Quotes By: arbel (79 replies) Wed, 09/26/2007 - 20:45
|
|