[Koha-cvs] koha/export export.pl [rel_2_2]

Joshua Ferraro jmf at kados.org
Thu May 25 23:25:12 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	rel_2_2
Changes by:	Joshua Ferraro <kados at savannah.gnu.org>	06/05/25 21:25:12

Modified files:
	export         : export.pl 

Log message:
	fixing 'file' option

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/export/export.pl.diff?only_with_tag=rel_2_2&tr1=1.1.2.3&tr2=1.1.2.4&r1=text&r2=text

Patches:
Index: koha/export/export.pl
diff -u koha/export/export.pl:1.1.2.3 koha/export/export.pl:1.1.2.4
--- koha/export/export.pl:1.1.2.3	Thu May 25 21:23:39 2006
+++ koha/export/export.pl	Thu May 25 21:25:12 2006
@@ -65,7 +65,7 @@
 	'encoding:s'		=> \$encoding,
 	ignoreerrors		=> \$ignoreerrors,
 	assumeunicode		=> \$assumeunicode,
-	'outfile:s'		=> \$outfile,
+	'file:s'		=> \$outfile,
 	h					=> \$help,
 );
 if ($help) {die $USAGE};





More information about the Koha-cvs mailing list