From 6840a20935eb9e74261f74f6d9387b66367930cb Mon Sep 17 00:00:00 2001 From: Kjartan Mannes Date: Mon, 15 Apr 2002 21:47:13 +0000 Subject: Patch by Moshe (thanks) - fix mail templating bugs - fix admin account editing (related to theme changeover) - fix description when editing a Jabber ID. --- modules/jabber.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/jabber.module') diff --git a/modules/jabber.module b/modules/jabber.module index d9417176f..d5d74f019 100644 --- a/modules/jabber.module +++ b/modules/jabber.module @@ -166,7 +166,7 @@ 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, strtr(t("You may login to %s using a valid %id."), array("%s" => variable_get("site_name", "this web site"), "%id" => "$name ID"), "")); + $output .= form_textfield("$name ID", "authname_" . $module, $result, 30, 55, strtr(t("You may login to %s using a valid %id."), array("%s" => variable_get("site_name", "this web site"), "%id" => "$name ID"))); return $output; case "edit_validate": return user_validate_authmap($user, $edit["authname_$module"], $module); -- cgit v1.2.3