summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-11-29 20:17:10 +0000
committerDries Buytaert <dries@buytaert.net>2005-11-29 20:17:10 +0000
commit2d0df351d704ba34d191831f7d4b8cb385555be2 (patch)
treeb18d02dfa6d075ff540eeffc4ab38393e53a3da0 /modules/system/system.module
parent236da7af059e6cf3aba6e8ec923e082b1f8fe143 (diff)
downloadbrdo-2d0df351d704ba34d191831f7d4b8cb385555be2.tar.gz
brdo-2d0df351d704ba34d191831f7d4b8cb385555be2.tar.bz2
- Various fixes. Updated CHANGELOG.txt
Diffstat (limited to 'modules/system/system.module')
-rw-r--r--modules/system/system.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index d31d4dd62..248ae68a4 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -47,7 +47,7 @@ function system_help($section) {
* Implementation of hook_perm().
*/
function system_perm() {
- return array('administer site configuration', 'access administration pages', 'bypass input data check');
+ return array('administer site configuration', 'access administration pages');
}
/**