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

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Fri Sep 27 11:27:00 2002


User:      heins
Date:      2002-09-27 15:26:40 GMT
Modified:  lib/Vend/Table Editor.pm
Log:
* Fix bug found by Dan Browning where multiple columns of the same name wou=
ld
  not display in the same editor, even if different tables. (This is the re=
al
  fix, the one last night was just an evil twin.)

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


rev 1.9, prev_rev 1.8
Index: Editor.pm
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/lib/Vend/Table/Editor.pm,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Editor.pm	27 Sep 2002 07:16:57 -0000	1.8
+++ Editor.pm	27 Sep 2002 15:26:40 -0000	1.9
@@ -1,6 +1,6 @@
 # Vend::Table::Editor - Swiss-army-knife table editor for Interchange
 #
-# $Id: Editor.pm,v 1.8 2002/09/27 07:16:57 mheins Exp $
+# $Id: Editor.pm,v 1.9 2002/09/27 15:26:40 mheins Exp $
 #
 # Copyright (C) 2002 ICDEVGROUP <interchange@icdevgroup.org>
 # Copyright (C) 2002 Mike Heins <mike@perusion.net>
@@ -26,7 +26,7 @@
 package Vend::Table::Editor;
=20
 use vars qw($VERSION);
-$VERSION =3D substr(q$Revision: 1.8 $, 10);
+$VERSION =3D substr(q$Revision: 1.9 $, 10);
=20
 use Vend::Util;
 use Vend::Interpolate;
@@ -2828,7 +2828,7 @@
 #::logDebug("set start_at_index to $ctl_index");
 		}
 #::logDebug("control index now=3D$ctl_index");
-		col_chunk $col, $display;
+		col_chunk $namecol, $display;
 	}
=20
 	for(sort keys %link_row) {