3 |
$dbh->do( q| INSERT IGNORE INTO systempreferences (variable, value, explanation, options, type) VALUES ('AcqLog', '0', 'If enabled, log acquisition activity', '', 'YesNo'); | ); |
3 |
$dbh->do( q| INSERT IGNORE INTO systempreferences (variable, value, explanation, options, type) VALUES ('AcqLog', '0', 'If enabled, log acquisition activity', '', 'YesNo'); | ); |
6 |
print "Upgrade to $DBversion done (Bug 23971 - Add AcqLog syspref)\n"; |
6 |
NewVersion( $DBversion, 23971, "Add AcqLog syspref"); |