From de5b9a168daeef12b6f7bcf6e43b767a2d7f35d8 Mon Sep 17 00:00:00 2001 From: Kjartan Mannes Date: Mon, 22 Apr 2002 09:05:36 +0000 Subject: - bug fixes: * fixed mails not being parsed properly. * tracker now shows user name when you view your own recent comments. * link to submission queue now points to the right place. * fixed jabber module. * theme is now activated when changed. - applied Gerhards coding style patch. --- modules/jabber.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/jabber.module') diff --git a/modules/jabber.module b/modules/jabber.module index a5d962abf..5af4554d7 100644 --- a/modules/jabber.module +++ b/modules/jabber.module @@ -166,8 +166,8 @@ function jabber_user($type, $edit, $user) { return $output; case "edit_form": $result = user_get_authname($user, $module); - $output .= form_textfield("$name ID", "authname_" . $module, $result, 30, 55, t("You may login to %s using a valid %id.", array("%s" => variable_get("site_name", "this web site"), "%id" => lm($name ID, array("mod" => "user", "op" => "help#".$module))))); - return $output; + $output .= form_textfield("$name ID", "authname_" . $module, $result, 30, 55, t("You may login to %s using a valid %id.", array("%s" => variable_get("site_name", "this web site"), "%id" => lm("$name ID", array("mod" => "user", "op" => "help#".$module))))); + return $output; case "edit_validate": return user_validate_authmap($user, $edit["authname_$module"], $module); } -- cgit v1.2.3