set default window size to 9 lines
authorShawn Boyette <sboyette@esilibrary.com>
Thu, 18 Jun 2009 18:23:36 +0000 (18:23 +0000)
committerShawn Boyette <sboyette@esilibrary.com>
Thu, 18 Jun 2009 18:23:36 +0000 (18:23 +0000)
marc_cleanup

index fe25aac..61c715c 100755 (executable)
@@ -593,7 +593,7 @@ sub initialize {
     $c->{exception} = join('.',$c->{prefix},'exception','marc','xml');
     $c->{'renumber-tag'} = 903 unless defined $c->{'renumber-tag'};
     $c->{'renumber-subfield'} = 'a' unless defined $c->{'renumber-subfield'};
-    $c->{window} = 5;
+    $c->{window} = 9;
 
     if ($c->{trashfile}) {
         $c->{trash} = Equinox::Migration::SimpleTagList->new(file => $conf->{trashfile})