From: Janusz Kaczmarek Date: Fri, 24 May 2013 11:21:36 +0000 (+0300) Subject: Bug 10326: bulkmarcimport.pl doesn't restore value of CataloguingLog syspref X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=9d0284096708a65954c7e35a093cfdb727a6bb84;p=koha.git Bug 10326: bulkmarcimport.pl doesn't restore value of CataloguingLog syspref To test: 0) Don't apply the patch yet. 1) Have the CataloguingLog system preference set to 'Log'. 2) Import a file of bibliographic records with bulkmarcimport.pl. 3) Check the state of CataloguingLog system preference -- it will be set to 'Don't log'. 4) Apply the patch. 5) Repeat steps 1-3. The CataloguingLog system preference will be 'Log'. Signed-off-by: Galen Charlton Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton --- diff --git a/misc/migration_tools/bulkmarcimport.pl b/misc/migration_tools/bulkmarcimport.pl index 113aaf273b..9ca7b31e14 100755 --- a/misc/migration_tools/bulkmarcimport.pl +++ b/misc/migration_tools/bulkmarcimport.pl @@ -460,7 +460,7 @@ RECORD: while ( ) { last if $i == $number; } $dbh->commit(); - +$dbh->{AutoCommit} = 1; if ($fk_off) {