From f86a944979de75225dc3ddd00920ebedbfe307ed Mon Sep 17 00:00:00 2001 From: Kjartan Mannes Date: Sun, 12 May 2002 15:40:57 +0000 Subject: - applied Stevens link patch. - fixed block permissions. - fixed user admin page errors: http://www.drupal.org/node.php?id=173. - cleaned up common.inc a bit: removed format_info, path_img, field_merge. --- modules/search.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/search.module') diff --git a/modules/search.module b/modules/search.module index cb2271bd1..dd40b02ca 100644 --- a/modules/search.module +++ b/modules/search.module @@ -29,7 +29,7 @@ function search_perm() { */ function search_link($type) { if ($type == "page" && user_access("search content")) { - $links[] = lm(t("search"), array("mod" => "search"), t("Search for older content.")); + $links[] = lm(t("search"), array("mod" => "search"), "", array("title" => t("Search for older content."))); } if ($type == "admin" && user_access("administer search")) { -- cgit v1.2.3