From 2d8529a032193b5a3b8bf73a1b4d953a1b15bee5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Mon, 5 Nov 2007 16:00:55 +0000 Subject: #187759 by myself: add missing break to reach when if() was not satisfied, to avoid extra unrelated help appearing on block configure pages --- modules/system/system.module | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/system/system.module') diff --git a/modules/system/system.module b/modules/system/system.module index 417def42c..8fe6e964d 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -56,6 +56,7 @@ function system_help($path, $arg) { if ($arg[4] == 'system' && $arg[5] == 0) { return '

'. t('The Powered by Drupal block is an optional link to the home page of the Drupal project. While there is absolutely no requirement that sites feature this link, it may be used to show support for Drupal.') .'

'; } + break; case 'admin/settings/actions': case 'admin/settings/actions/manage': $output = '

'. t('Actions are individual tasks that the system can do, such as unpublishing a piece of content or banning a user. Modules, such as the trigger module, can fire these actions when certain system events happen; for example, when a new post is added or when a user logs in. Modules may also provide additional actions.') .'

'; -- cgit v1.2.3