watchdog_perm
Definition
watchdog_perm()
modules/watchdog.module, line 45
Description
Implementation of hook_perm().
Code
<?php
function watchdog_perm() {
return array('administer watchdog');
}
?> watchdog_perm()
modules/watchdog.module, line 45
Implementation of hook_perm().
<?php
function watchdog_perm() {
return array('administer watchdog');
}
?>