comment clarification

This commit is contained in:
ian%hixie.ch 2002-05-05 22:43:05 +00:00
parent 85db8f1863
commit c917916adf

View File

@ -380,7 +380,7 @@ sub applyUserPrefsFieldChange {
if ($fieldCategory eq 'contact') {
if ($editingUserIsTargetUser) {
if ($newValue eq '') {
# old value must be defined else we couldn't have reached here
# old value must be defined (and different) else we couldn't have reached here
if (scalar(keys(%{$targetUser->fields->{'contact'}})) > 1) {
$field->remove();
} else {