that's needed after all
authorShawn Boyette <sboyette@esilibrary.com>
Tue, 30 Dec 2008 15:53:41 +0000 (15:53 +0000)
committerShawn Boyette <sboyette@esilibrary.com>
Tue, 30 Dec 2008 15:53:41 +0000 (15:53 +0000)
fingerprinter

index 0bee304..f8ba533 100755 (executable)
@@ -74,7 +74,7 @@ sub populate_marc {
 
     # date1, date2
     my $my_008 = $record->field('008');
-    $marc{tag008} = $my_008->as_string();# if ($my_008);
+    $marc{tag008} = $my_008->as_string() if ($my_008);
     if (defined $marc{tag008}) {
         unless (length $marc{tag008} == 40) {
             $marc{tag008} = $marc{tag008} . ('|' x (40 - length($marc{tag008})));