From 859b9554a4c246cc406cc75a2c23dfb88f4c6dce Mon Sep 17 00:00:00 2001 From: sboyette Date: Thu, 14 Aug 2008 17:49:10 +0000 Subject: [PATCH] forgot a comma git-svn-id: svn://svn.open-ils.org/ILS/trunk@10363 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/extras/import/marc2bre.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/extras/import/marc2bre.pl b/Open-ILS/src/extras/import/marc2bre.pl index bc45a4867f..65ab788407 100755 --- a/Open-ILS/src/extras/import/marc2bre.pl +++ b/Open-ILS/src/extras/import/marc2bre.pl @@ -47,7 +47,7 @@ GetOptions( 'marctype=s' => \$marctype, "db_name=s" => \$db_name, "db_user=s" => \$db_user, "db_pw=s" => \$db_pw, - "use901" => \$use901 + "use901" => \$use901, 'quiet' => \$quiet, ); -- 2.11.0