Removed unnecessary step in PtokaX regimport tool

This commit is contained in:
mimicmod 2013-05-11 19:23:46 -04:00 committed by Francisco Blas (klondike) Izquierdo Riera
parent 7840e09884
commit 77323fa98d
1 changed files with 1 additions and 4 deletions

View File

@ -54,12 +54,9 @@ sub dbimport
$db->disconnect(); $db->disconnect();
} }
my @uhubaccounts;
for my $account (@pxaccounts) for my $account (@pxaccounts)
{ {
$account->{'credentials'} = convertprofile $account->{'Profile'}; $account->{'credentials'} = convertprofile $account->{'Profile'};
push(@uhubaccounts, $account);
} }
dbimport @uhubaccounts; dbimport @pxaccounts;