Skip to content

Commit

Permalink
Only execute newer code on the affected point releases
Browse files Browse the repository at this point in the history
  • Loading branch information
kidclamp authored May 9, 2022
1 parent 4617293 commit 4b416d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Koha/Plugin/Com/ByWaterSolutions/CoverFlow.pm
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ sub get_report {
$sql =~ s/(<<.*?>>)/\?/g;

my ( $sth, $errors );
if ( C4::Context->preference('Version') ge '21.110000' ) {
if ( C4::Context->preference('Version') ge '21.110500' ) {
( $sth, $errors ) = execute_query({
sql => $sql,
offset => $offset,
Expand Down

0 comments on commit 4b416d0

Please sign in to comment.