From 43db9cf86fdfba736117cda501c6eb1d31d04693 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 3 Jul 2001 19:16:20 +0000 Subject: - common.inc: + Made '$na' translatable on popular demand. - node.module: + replaced a confusing configuration description, as suggested by Remco. - statistics.module: + Added a 'most recent referers'-table sorted by timestamp. - drupal.module: + Small update of the links. --- modules/system/system.module | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'modules/system/system.module') diff --git a/modules/system/system.module b/modules/system/system.module index 7f9981727..77f0013e4 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -13,12 +13,12 @@ function system_help() { } function system_perm() { - return array("administer system settings"); + return array("administer settings and filters"); } function system_link($type) { - if ($type == "admin" && user_access("administer system settings")) { - $links[] = "system settings"; + if ($type == "admin" && user_access("administer settings and filters")) { + $links[] = "settings and filters"; } return $links ? $links : array(); @@ -129,7 +129,7 @@ function system_modules() { function system_admin() { global $edit, $op, $type; - if (user_access("administer system settings")) { + if (user_access("administer settings and filters")) { print "site settings | content filters | modules | help
\n"; -- cgit v1.2.3