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

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Tue Jun 28 03:10:58 EDT 2005


User:      jon
Date:      2005-06-28 07:10:57 GMT
Modified:  lib/Vend/Table Editor.pm
Log:
Fix recently broken quoting.

Revision  Changes    Path
1.79      +3 -3      interchange/lib/Vend/Table/Editor.pm


rev 1.79, prev_rev 1.78
Index: Editor.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Table/Editor.pm,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -u -r1.78 -r1.79
--- Editor.pm	10 Jun 2005 10:56:51 -0000	1.78
+++ Editor.pm	28 Jun 2005 07:10:57 -0000	1.79
@@ -1,6 +1,6 @@
 # Vend::Table::Editor - Swiss-army-knife table editor for Interchange
 #
-# $Id: Editor.pm,v 1.78 2005/06/10 10:56:51 docelic Exp $
+# $Id: Editor.pm,v 1.79 2005/06/28 07:10:57 jon Exp $
 #
 # Copyright (C) 2002-2003 Interchange Development Group
 # Copyright (C) 2002 Mike Heins <mike at perusion.net>
@@ -26,7 +26,7 @@
 package Vend::Table::Editor;
 
 use vars qw($VERSION);
-$VERSION = substr(q$Revision: 1.78 $, 10);
+$VERSION = substr(q$Revision: 1.79 $, 10);
 
 use Vend::Util;
 use Vend::Interpolate;
@@ -3536,7 +3536,7 @@
 
 			if($lba and $lrq eq $lk || $lrq eq $l_pkey) {
 				my $colcount = scalar(@cf) + 1;
-				push @lout, "<td colspan="$colcount">Link row qualifier must be different than link_key and primary code when in auto mode.</td>";
+				push @lout, qq{<td colspan="$colcount">Link row qualifier must be different than link_key and primary code when in auto mode.</td>};
 				$lnb = 1;
 			}
 








More information about the interchange-cvs mailing list