From 237b39f6cd0756d15ac0d9f37fb04616884d16a5 Mon Sep 17 00:00:00 2001 From: dbs Date: Sun, 19 Apr 2009 16:50:59 +0000 Subject: [PATCH] Remove variables that aren't actually used anywhere in the script git-svn-id: svn://svn.open-ils.org/ILS/trunk@12909 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/extras/import/marc2are.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/extras/import/marc2are.pl b/Open-ILS/src/extras/import/marc2are.pl index e40bc47a27..8949dfcb0c 100755 --- a/Open-ILS/src/extras/import/marc2are.pl +++ b/Open-ILS/src/extras/import/marc2are.pl @@ -25,8 +25,8 @@ use MARC::Charset; MARC::Charset->ignore_errors(1); -my ($utf8, $id_field, $count, $user, $password, $config, $marctype, $keyfile, @files, @trash_fields, $quiet) = - (0, '998', 1, 'admin', 'open-ils', '/openils/conf/opensrf_core.xml', 'USMARC'); +my ($count, $user, $password, $config, $marctype, $keyfile, @files, $quiet) = + (1, 'admin', 'open-ils', '/openils/conf/opensrf_core.xml', 'USMARC'); GetOptions( 'startid=i' => \$count, -- 2.11.0