- Patch #18491: removed the 'access throttle block' permission. It is no longer used.

4.6.x
Dries Buytaert 2005-03-07 21:17:03 +00:00
parent 5c804b9119
commit 000c10eb79
2 changed files with 0 additions and 14 deletions

View File

@ -95,13 +95,6 @@ function _throttle_validate($value, $form) {
}
}
/**
* Implementation of hook_perm().
*/
function throttle_perm() {
return array('access throttle block');
}
/**
* Implementation of hook_help().
*/

View File

@ -95,13 +95,6 @@ function _throttle_validate($value, $form) {
}
}
/**
* Implementation of hook_perm().
*/
function throttle_perm() {
return array('access throttle block');
}
/**
* Implementation of hook_help().
*/