-
$DBversion = 'XXX';
if( CheckVersion( $DBversion ) ) {
$dbh->do(q{
INSERT IGNORE INTO systempreferences
( variable,value,options,explanation,type)
VALUES
('shibbolethName','',NULL,'Specify the name for Shibboleth accounts, "Shibboleth" will be used if blank','Free')
});
SetVersion( $DBversion );
print "Upgrade to $DBversion done (Bug 21934 - Add shibbolethName system preference)\n";
}