Subversion Repositories VORC

Rev

Rev 94 | Rev 105 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 94 Rev 103
Line 158... Line 158...
158
        map { $FORMDepts->{$_} = max ($DBDepts->{$_}, $FORMDepts->{$_}) } keys %{$DBDepts};
158
        map { $FORMDepts->{$_} = max ($DBDepts->{$_}, $FORMDepts->{$_}) } keys %{$DBDepts};
159
        $F->{department} = convertDepartments $FORMDepts;
159
        $F->{department} = convertDepartments $FORMDepts;
160
      }
160
      }
Line 161... Line 161...
161
 
161
 
162
      foreach my $field (@FIELDS) {
162
      foreach my $field (@FIELDS) {
163
        if ($F->{$field} eq $OG->{$field} or ($field eq "password" and !$F->{$field})) {
163
        if ($F->{$field} eq $OG->{$field} or $F->{$field} == $OG->{$field} or ($field eq "password" and !$F->{$field})) {
164
          # No changes to this field, move on...
164
          # No changes to this field, move on...
165
          next;
165
          next;
Line 166... Line 166...
166
        }
166
        }