[Koha-cvs] koha/misc Install.pm [R_2-2-7-1]

Antoine Farnault antoine at koha-fr.org
Mon Feb 12 11:44:10 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		R_2-2-7-1
Changes by:	Antoine Farnault <toins>	07/02/12 10:44:10

Modified files:
	misc           : Install.pm 

Log message:
	Commiting BUG FIX for 2.2.7.1.
	
	(s/Barcorde/Barcode/ # fix for bug 1284)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/misc/Install.pm?cvsroot=koha&only_with_tag=R_2-2-7-1&r1=1.88.2.16&r2=1.88.2.16.2.1

Patches:
Index: Install.pm
===================================================================
RCS file: /sources/koha/koha/misc/Install.pm,v
retrieving revision 1.88.2.16
retrieving revision 1.88.2.16.2.1
diff -u -b -r1.88.2.16 -r1.88.2.16.2.1
--- Install.pm	24 Oct 2006 04:26:15 -0000	1.88.2.16
+++ Install.pm	12 Feb 2007 10:44:10 -0000	1.88.2.16.2.1
@@ -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