Bug 20854: Allow correct redirect on logout for Cas servers 3.0 and superior.
[koha-ffzg.git] / installer / data / mysql / atomicupdate / Bug_20854.perl
1 $DBversion = 'XXX'; # will be replaced by the RM
2 if( CheckVersion( $DBversion ) ) {
3
4     $dbh->do( "INSERT IGNORE INTO systempreferences (variable, value, options, explanation, type) VALUES ('casServerVersion', '2', '2|3', 'Version of the CAS server Koha will connect to.', 'Choice');");
5
6     # Always end with this (adjust the bug info)
7     NewVersion( $DBversion, 20854, "Adds a casServerVersion system preference");
8 }