Commit 9a63d005 authored by bugreport%peshkin.net's avatar bugreport%peshkin.net

Bug 253088: Fix ability of users with bless privileges to bless users

r=kiko a=justdave
parent ae09ae83
......@@ -92,7 +92,7 @@ sub EmitElement ($$)
if ($editall) {
print qq{<TD><INPUT SIZE=64 MAXLENGTH=255 NAME="$name" VALUE="$value"></TD>\n};
} else {
print qq{<TD>$value</TD>\n};
print qq{<TD>$value<INPUT TYPE=HIDDEN NAME="$name" VALUE="$value"></TD>\n};
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment