Removed unnecessary step in PtokaX regimport tool
This commit is contained in:
parent
7840e09884
commit
77323fa98d
|
@ -54,12 +54,9 @@ sub dbimport
|
|||
$db->disconnect();
|
||||
}
|
||||
|
||||
my @uhubaccounts;
|
||||
|
||||
for my $account (@pxaccounts)
|
||||
{
|
||||
$account->{'credentials'} = convertprofile $account->{'Profile'};
|
||||
push(@uhubaccounts, $account);
|
||||
}
|
||||
|
||||
dbimport @uhubaccounts;
|
||||
dbimport @pxaccounts;
|
||||
|
|
Loading…
Reference in New Issue