[interchange-cvs] interchange - jon modified lib/Vend/Data.pm

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Thu Apr 6 16:04:54 EDT 2006


User:      jon
Date:      2006-04-06 20:04:53 GMT
Modified:  lib/Vend Data.pm
Log:
Fix typo in sub call.

Revision  Changes    Path
2.57      +2 -2      interchange/lib/Vend/Data.pm


rev 2.57, prev_rev 2.56
Index: Data.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Data.pm,v
retrieving revision 2.56
retrieving revision 2.57
diff -u -u -r2.56 -r2.57
--- Data.pm	5 Apr 2006 14:42:19 -0000	2.56
+++ Data.pm	6 Apr 2006 20:04:53 -0000	2.57
@@ -1,6 +1,6 @@
 # Vend::Data - Interchange databases
 #
-# $Id: Data.pm,v 2.56 2006/04/05 14:42:19 mheins Exp $
+# $Id: Data.pm,v 2.57 2006/04/06 20:04:53 jon Exp $
 # 
 # Copyright (C) 2002-2006 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
@@ -110,7 +110,7 @@
 						$_[0],
 					);
 		logError($msg);
-		logGloba($msg);
+		logGlobal($msg);
 		return undef;
 	}
 	elsif (! -f $_[0]) {








More information about the interchange-cvs mailing list