From 6afaf84691f593c8a48e528c4f54ef7f991a8a22 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 23 Aug 2018 12:26:11 -0400 Subject: [PATCH] LP 1768715: pingest.pl merge conflict typo fix: skip_dispaly Signed-off-by: Bill Erickson --- Open-ILS/src/support-scripts/pingest.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/support-scripts/pingest.pl b/Open-ILS/src/support-scripts/pingest.pl index 2ddaac55ff..d351cfacb5 100755 --- a/Open-ILS/src/support-scripts/pingest.pl +++ b/Open-ILS/src/support-scripts/pingest.pl @@ -239,7 +239,7 @@ sub browse_ingest { } elsif ($pid == 0) { my $dbh = DBI->connect("DBI:Pg:database=$db_db;host=$db_host;port=$db_port;application_name=pingest", $db_user, $db_password); - my $sth = $dbh->prepare('SELECT metabib.reingest_metabib_field_entries(bib_id := ?, skip_facet := TRUE, skip_browse := FALSE, skip_search := TRUE, skip_dispaly := TRUE)'); + my $sth = $dbh->prepare('SELECT metabib.reingest_metabib_field_entries(bib_id := ?, skip_facet := TRUE, skip_browse := FALSE, skip_search := TRUE, skip_display := TRUE)'); foreach (@list) { if ($sth->execute($_)) { my $crap = $sth->fetchall_arrayref(); -- 2.43.2