$DBversion = 'XXX'; # will be replaced by the RM
if( CheckVersion( $DBversion ) ) {
$dbh->do(
q{INSERT IGNORE INTO systempreferences (variable, value, options, explanation, type) VALUES ('autoControlNumber','OFF','biblionumber|OFF',
'Used to autogenerate a Control Number: biblionumber will be as biblionumber; OFF will leave it as is','Choice');}
);
NewVersion( $DBversion, 27981, "Make it possible to force 001 = biblionumber");
}
# $dbh->do( "ALTER TABLE biblio ADD COLUMN badtaste int" );
q{INSERT INTO systempreferences (variable, value, options, explanation, type) VALUES ('autoControlNumber','OFF','biblionumber|OFF',
# Always end with this (adjust the bug info)
NewVersion( $DBversion, 9921, "Make it possible to force 001 = biblionumber");
-