| Line 0
          
      
      
        Link Here | 
            
              |  |  | 1 | INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) | 
            
              | 2 | VALUES ('AuthCleanBiblios','0','If ON, attached biblio records related fields are cleaned when an authority is updated','','YesNo'); | 
            
              | 3 |  | 
            
              | 4 | -- $DBversion = "3.23.00.XXX"; | 
            
              | 5 | -- if ( CheckVersion($DBversion) ) { | 
            
              | 6 | --    $dbh->do(q{ | 
            
              | 7 | --        INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) | 
            
              | 8 | --        VALUES ('AuthCleanBiblios','0','If ON, attached biblio records related fields are cleaned when an authority is updated','','YesNo') | 
            
              | 9 | --     }); | 
            
              | 10 | --     print "Upgrade to $DBversion done (Bug 5572: Cleaning attached biblio records when updating an authority)\n"; | 
            
              | 11 | --     SetVersion($DBversion); | 
            
              | 12 | -- } |