@@ -, +, @@ --- installer/data/mysql/updatedatabase.pl | 2 ++ 1 file changed, 2 insertions(+) --- a/installer/data/mysql/updatedatabase.pl +++ a/installer/data/mysql/updatedatabase.pl @@ -7952,6 +7952,8 @@ if ( CheckVersion($DBversion) ) { ADD hideinopac TINYINT(1) NOT NULL DEFAULT 0, ADD searchcategory VARCHAR(20) DEFAULT NULL; }); + print "Upgrade to $DBversion done (Bug 10937 - Option to hide and group itemtypes from advanced search)\n"; + SetVersion($DBversion); } =head1 FUNCTIONS --