zebraqueue_daemon: cleanup whitespace and indents

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
Galen Charlton 2008-03-04 18:25:59 -06:00 committed by Joshua Ferraro
parent b3fe04b221
commit 132d67639a

View file

@ -150,7 +150,8 @@ sub zebraop {
# in case the user add biblio, then X items, before this script runs # in case the user add biblio, then X items, before this script runs
# this avoid indexing X+1 times where just 1 is enough. # this avoid indexing X+1 times where just 1 is enough.
} else { } else {
$delsth =$dbh->prepare("UPDATE zebraqueue SET done=1 WHERE biblio_auth_number =? and operation='specialUpdate'"); $delsth = $dbh->prepare("UPDATE zebraqueue SET done = 1
WHERE biblio_auth_number = ? and operation = 'specialUpdate'");
$delsth->execute($data->{'biblio_auth_number'}); $delsth->execute($data->{'biblio_auth_number'});
} }
} }