user editor no longer sets login of current user to blank string on entry save
This commit is contained in:
parent
d134e3a313
commit
34cd59a409
1 changed files with 5 additions and 1 deletions
|
@ -142,7 +142,11 @@
|
|||
|
||||
print "<input size=\"30\" style=\"font-size : 16px\"
|
||||
onkeypress=\"return filterCR(event, userEditSave)\" $sel_disabled
|
||||
name=\"login\" value=\"$login\">";
|
||||
value=\"$login\">";
|
||||
|
||||
if ($sel_disabled) {
|
||||
print "<input type=\"hidden\" name=\"login\" value=\"$login\">";
|
||||
}
|
||||
|
||||
print "</div>";
|
||||
|
||||
|
|
Loading…
Reference in a new issue