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

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Mon Jul 28 20:49:45 UTC 2008


User:      heins
Date:      2008-07-28 20:49:45 GMT
Modified:  lib/Vend Tag: STABLE_5_6-branch Interpolate.pm
Log:
* Fix bug in my commit found by Racke

Revision  Changes    Path
No                   revision



No                   revision



2.303.2.2            interchange/lib/Vend/Interpolate.pm


rev 2.303.2.2, prev_rev 2.303.2.1
Index: Interpolate.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Interpolate.pm,v
retrieving revision 2.303.2.1
retrieving revision 2.303.2.2
diff -u -r2.303.2.1 -r2.303.2.2
--- Interpolate.pm	16 Jun 2008 14:39:07 -0000	2.303.2.1
+++ Interpolate.pm	28 Jul 2008 20:49:45 -0000	2.303.2.2
@@ -1,6 +1,6 @@
 # Vend::Interpolate - Interpret Interchange tags
 # 
-# $Id: Interpolate.pm,v 2.303.2.1 2008-06-16 14:39:07 mheins Exp $
+# $Id: Interpolate.pm,v 2.303.2.2 2008-07-28 20:49:45 mheins Exp $
 #
 # Copyright (C) 2002-2008 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
@@ -28,7 +28,7 @@
 require Exporter;
 @ISA = qw(Exporter);
 
-$VERSION = substr(q$Revision: 2.303.2.1 $, 10);
+$VERSION = substr(q$Revision: 2.303.2.2 $, 10);
 
 @EXPORT = qw (
 
@@ -5923,7 +5923,6 @@
 			if(not $sort = $l->{sort}) {
 				$sort = $type eq 'handling' ? 100 : 500;
 			}
-			$l->{description} = '';
 
 			my @modes = split /\0/, $mode;
 			for my $m (@modes) {







More information about the interchange-cvs mailing list