Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
000c10eb
Commit
000c10eb
authored
Mar 07, 2005
by
Dries Buytaert
Browse files
- Patch
#18491
: removed the 'access throttle block' permission. It is no longer used.
parent
5c804b91
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/throttle.module
View file @
000c10eb
...
...
@@ -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().
*/
...
...
modules/throttle/throttle.module
View file @
000c10eb
...
...
@@ -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().
*/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment