- Bugfix: added a missing break statement. Patch by Stefan.

4.3.x
Dries Buytaert 2003-10-15 17:15:17 +00:00
parent 53f538fe1d
commit 7624580f76
2 changed files with 2 additions and 0 deletions

View File

@ -1704,6 +1704,7 @@ function user_help($section = "admin/help#user") {
$output .= "<li>Authenticated user: this role is assigned automatically to authenticated users. Most registered users will belong to this user role unless specified otherwise.</li>";
$output .= "</ul>";
$output = t($output, array("%permission" => l(t("user permissions"), "admin/user/permission")));
break;
case 'admin/user/search':
$output .= t("Enter a simple pattern ( '*' may be user as a wildcard match) to search for a username. For example, one may search for 'br' and Drupal might return 'brian', 'brad', and 'brenda'.");
break;

View File

@ -1704,6 +1704,7 @@ function user_help($section = "admin/help#user") {
$output .= "<li>Authenticated user: this role is assigned automatically to authenticated users. Most registered users will belong to this user role unless specified otherwise.</li>";
$output .= "</ul>";
$output = t($output, array("%permission" => l(t("user permissions"), "admin/user/permission")));
break;
case 'admin/user/search':
$output .= t("Enter a simple pattern ( '*' may be user as a wildcard match) to search for a username. For example, one may search for 'br' and Drupal might return 'brian', 'brad', and 'brenda'.");
break;