Bugzilla – Attachment #82162: Bug 20244: Do not add records to zebraqueue when Elasticsearch is active for
bug #20244
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 20244
Collapse All
|
Expand All
(-)
a/C4/Biblio.pm (-1 / +1 lines)
Lines 2743-2748 sub ModZebra {
Link Here
2743
else {
2743
else {
2744
croak "ModZebra called with unknown operation: $op";
2744
croak "ModZebra called with unknown operation: $op";
2745
}
2745
}
2746
return;
2746
}
2747
}
2747
2748
2748
my $dbh = C4::Context->dbh;
2749
my $dbh = C4::Context->dbh;
2749
-
Return to
bug 20244