]> git.koha-community.org Git - koha.git/commit
Bug 28847: Remove dead code and make regex consistent
authorNick Clemens <nick@bywatersolutions.com>
Mon, 13 Sep 2021 11:53:39 +0000 (11:53 +0000)
committerKyle Hall <kyle@bywatersolutions.com>
Mon, 22 Nov 2021 18:37:20 +0000 (13:37 -0500)
commit83328705b207ba7691f8b1859a2b3c6a11c1b34b
tree7e484a9705289cb96c8d97314e62032dd7585703
parent007a733f964c469a3dbaa115077929c3fa44dd77
Bug 28847: Remove dead code and make regex consistent

This updates the regex code to match throughout the routine and removes
code that would no longer be reached.

Note that the code to update library name in the query descruiption was
broken before this patch, so removal does not change behaviour

Signed-off-by: Joonas Kylmälä <joonas.kylmala@iki.fi>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
C4/Search.pm