Remove deprecated userProfile code from userImport.

This commit is contained in:
Colin Kuskie 2011-12-27 21:46:30 -08:00
parent ba345e221b
commit a20dd83ae0

View file

@ -175,7 +175,7 @@ while(my $line = <FILE>) {
$auth->saveParams($u->userId,"WebGUI",{changePassword=>$user{changePassword}});
foreach my $field (keys %user) {
if ($field ~~ @profileFields) {
$u->profileField($field,$user{$field});
$u->update({$field => $user{$field}});
}
}
if ($user{groups}) {