[interchange-cvs] interchange - racke modified lib/Vend/Table/Shadow.pm

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Fri Aug 2 13:10:02 2002


User:      racke
Date:      2002-08-02 17:09:31 GMT
Modified:  lib/Vend/Table Shadow.pm
Log:
let field method figure out by itself where to get the data

Revision  Changes    Path
1.8       +2 -3      interchange/lib/Vend/Table/Shadow.pm


rev 1.8, prev_rev 1.7
Index: Shadow.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: /anon_cvs/repository/interchange/lib/Vend/Table/Shadow.pm,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Shadow.pm	2 Aug 2002 15:32:47 -0000	1.7
+++ Shadow.pm	2 Aug 2002 17:09:30 -0000	1.8
@@ -1,6 +1,6 @@
 # Vend::Table::Shadow - Access a virtual "Shadow" table
 #
-# $Id: Shadow.pm,v 1.7 2002/08/02 15:32:47 racke Exp $
+# $Id: Shadow.pm,v 1.8 2002/08/02 17:09:30 racke Exp $
 #
 # Copyright (C) 2002 Stefan Hornburg (Racke) <racke@linuxia.de>
 #
@@ -20,7 +20,7 @@
 # MA  02111-1307  USA.
=20
 package Vend::Table::Shadow;
-$VERSION =3D substr(q$Revision: 1.7 $, 10);
+$VERSION =3D substr(q$Revision: 1.8 $, 10);
=20
 # TODO
 #
@@ -162,7 +162,6 @@
 		for (my $i =3D 0; $i < @cols; $i++) {
 			$column =3D $cols[$i];
 			if (exists $s->[$CONFIG]->{MAP}->{$column}->{$locale}) {
-				$column =3D $s->[$CONFIG]->{MAP}->{$column}->{$locale};
 				$row[$i] =3D $s->field($key, $column);
 			}
 		}