Bugzilla – Attachment #78729: 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 2745-2750 sub ModZebra {
Link Here
2745
else {
2745
else {
2746
croak "ModZebra called with unknown operation: $op";
2746
croak "ModZebra called with unknown operation: $op";
2747
}
2747
}
2748
return;
2748
}
2749
}
2749
2750
2750
my $dbh = C4::Context->dbh;
2751
my $dbh = C4::Context->dbh;
2751
-
Return to
bug 20244