Bug 18506: (QA follow-up) Indentation and more conditionals
[koha.git] / installer / data / mysql / atomicupdate / shibOnly.perl
1 $DBversion = 'XXX';  # will be replaced by the RM
2 if( CheckVersion( $DBversion ) ) {
3     $dbh->do( "INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) VALUES ('OPACShibOnly','0','If ON enables shibboleth only authentication for the opac','','YesNo'),('staffShibOnly','0','If ON enables shibboleth only authentication for the staff client','','YesNo')" );
4     SetVersion( $DBversion );
5     print "Upgrade to $DBversion done (Bug XXXXX - shibOnly preferences)\n";
6 }