[interchange-cvs] interchange - heins modified lib/Vend/Config.pm

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Sun Feb 12 17:25:11 EST 2006


User:      heins
Date:      2006-02-12 22:25:11 GMT
Modified:  lib/Vend Config.pm
Log:
* Add the missing int_currency_symbol key.

Revision  Changes    Path
2.195     +3 -2      interchange/lib/Vend/Config.pm


rev 2.195, prev_rev 2.194
Index: Config.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Config.pm,v
retrieving revision 2.194
retrieving revision 2.195
diff -u -r2.194 -r2.195
--- Config.pm	3 Feb 2006 20:16:48 -0000	2.194
+++ Config.pm	12 Feb 2006 22:25:11 -0000	2.195
@@ -1,6 +1,6 @@
 # Vend::Config - Configure Interchange
 #
-# $Id: Config.pm,v 2.194 2006/02/03 20:16:48 jon Exp $
+# $Id: Config.pm,v 2.195 2006/02/12 22:25:11 mheins Exp $
 #
 # Copyright (C) 2002-2006 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
@@ -54,7 +54,7 @@
 use Vend::Data;
 use Vend::Cron;
 
-$VERSION = substr(q$Revision: 2.194 $, 10);
+$VERSION = substr(q$Revision: 2.195 $, 10);
 
 my %CDname;
 my %CPname;
@@ -110,6 +110,7 @@
 	currency_symbol
 	frac_digits
 	int_curr_symbol
+	int_currency_symbol
 	int_frac_digits
 	mon_decimal_point
 	mon_grouping








More information about the interchange-cvs mailing list