syntax error

This commit is contained in:
toins 2007-07-13 16:00:50 +00:00
parent 71894b6830
commit e1b6492b50

View file

@ -56,7 +56,6 @@ my $count;
my $toggle;
my $record;
my $oldbiblio;
my $dbh = C4::Context->dbh;
my $errmsg;
my @serverloop = ();
my @serverhost;
@ -205,11 +204,8 @@ else {
$notmarcrecord, $alreadyindb, $alreadyinfarm,
$imported, $breedingid
)
= ImportBreeding( $marcdata, 1, $serverhost[$k],
$encoding[$k], $random );
$encoding[$k], $random ));
= ImportBreeding( $marcdata, 1, $serverhost[$k], $encoding[$k], $random );
my %row_data;
if ( $i % 2 ) {
$toggle = "#ffffcc";