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

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Mon Jul 28 20:47:48 UTC 2008


User:      heins
Date:      2008-07-28 20:47:48 GMT
Modified:  lib/Vend Interpolate.pm
Log:
* Fix bug in my commit found by Racke.

Revision  Changes    Path
2.305                interchange/lib/Vend/Interpolate.pm


rev 2.305, prev_rev 2.304
Index: Interpolate.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Interpolate.pm,v
retrieving revision 2.304
retrieving revision 2.305
diff -u -r2.304 -r2.305
--- Interpolate.pm	16 Jun 2008 14:35:56 -0000	2.304
+++ Interpolate.pm	28 Jul 2008 20:47:48 -0000	2.305
@@ -1,6 +1,6 @@
 # Vend::Interpolate - Interpret Interchange tags
 # 
-# $Id: Interpolate.pm,v 2.304 2008-06-16 14:35:56 mheins Exp $
+# $Id: Interpolate.pm,v 2.305 2008-07-28 20:47:48 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.304 $, 10);
+$VERSION = substr(q$Revision: 2.305 $, 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