correction for the marctype parameter from Dan Scott
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 28 Mar 2007 02:08:29 +0000 (02:08 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 28 Mar 2007 02:08:29 +0000 (02:08 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@7112 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/extras/import/marc2bre.pl

index 203efbf..9cb2ca9 100755 (executable)
@@ -33,7 +33,7 @@ my ($id_field, $recid, $user, $config, $marctype, $keyfile, $dontuse_file, $enc,
        ('', 1, 1, '/openils/conf/bootstrap.conf', 'USMARC');
 
 GetOptions(
-       'marctype=i'    => \$marctype,
+       'marctype=s'    => \$marctype,
        'startid=i'     => \$recid,
        'idfield=s'     => \$id_field,
        'user=s'        => \$user,