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

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Fri Dec 31 19:09:12 EST 2004


User:      jon
Date:      2005-01-01 00:09:12 GMT
Modified:  lib/Vend Data.pm
Log:
Terminate a statement with a semicolon for standard style, even though it's
syntactically correct at the end of a block.

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


rev 2.46, prev_rev 2.45
Index: Data.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Data.pm,v
retrieving revision 2.45
retrieving revision 2.46
diff -u -u -r2.45 -r2.46
--- Data.pm	24 Dec 2004 18:00:34 -0000	2.45
+++ Data.pm	1 Jan 2005 00:09:12 -0000	2.46
@@ -1,6 +1,6 @@
 # Vend::Data - Interchange databases
 #
-# $Id: Data.pm,v 2.45 2004/12/24 18:00:34 jon Exp $
+# $Id: Data.pm,v 2.46 2005/01/01 00:09:12 jon Exp $
 # 
 # Copyright (C) 2002-2004 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
@@ -1739,7 +1739,7 @@
 					or ($Vend::Cfg->{OnFly} && 'mv_fly')
 					or return undef;
 			}
-			$price = database_field($base, $item->{code}, $Vend::Cfg->{PriceField})
+			$price = database_field($base, $item->{code}, $Vend::Cfg->{PriceField});
 		}
 
 #::logDebug("price for item before chain $item->{code}=$price PriceField=$Vend::Cfg->{PriceField}");








More information about the interchange-cvs mailing list