Bug 33297: DBRev 22.11.06.003

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 9633c0a7de)
Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com>
This commit is contained in:
Tomás Cohen Arazi 2023-05-16 14:23:35 -03:00 committed by Pedro Amorim
parent 9811b13bc7
commit 61c4f25542
2 changed files with 1 additions and 3 deletions

View file

@ -30,7 +30,7 @@ use vars qw{ $VERSION };
# used by developers when the database changes. updatedatabase take care of the changes itself
# and is automatically called by Auth.pm when needed.
$VERSION = "22.11.06.002";
$VERSION = "22.11.06.003";
sub version {
return $VERSION;
}

View file

@ -25,8 +25,6 @@ return {
});
say $out "Wrong system preference 'RetainPatronSearchTerms' renamed 'RetainPatronsSearchTerms'";
}
} else {
say $out "Wrong system preference 'RetainPatronSearchTerms' does not exist";
}
},
};