[Koha-cvs] koha/misc Install.pm [rel_2_2]

MJR mjr at towers.org.uk
Thu Feb 1 22:35:20 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	MJR <slef>	07/02/01 21:35:20

Modified files:
	misc           : Install.pm 

Log message:
	s/Barcorde/Barcode/ # fix for bug 1284

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/misc/Install.pm?cvsroot=koha&only_with_tag=rel_2_2&r1=1.88.2.16&r2=1.88.2.17

Patches:
Index: Install.pm
===================================================================
RCS file: /sources/koha/koha/misc/Install.pm,v
retrieving revision 1.88.2.16
retrieving revision 1.88.2.17
diff -u -b -r1.88.2.16 -r1.88.2.17
--- Install.pm	24 Oct 2006 04:26:15 -0000	1.88.2.16
+++ Install.pm	1 Feb 2007 21:35:20 -0000	1.88.2.17
@@ -847,7 +847,7 @@
 				push @missing,"You will need PDF::API2 for barcode generator";
 			}
 	}
-	unless (eval {require GD::Barcorde})   { 
+	unless (eval {require GD::Barcode})   { 
 			if ($#missing>=0) { # only when $#missing >= 0 so this isn't fatal
 				push @missing,"You will need GD::Barcode for the new barcode generator";
 			}





More information about the Koha-cvs mailing list