[ic] table editor w/ linked table not copying foreign key

Paul Jordan interchange-users@icdevgroup.org
Sun May 18 12:49:00 2003


> "Paul Jordan" <paul@gishnetwork.com> wrote:
> [..]
> > I am at a loss when trying to figure it out myself. I mean, take this
> > for example:
> >
> > line 2929:			my %o = (
> > 					table => $lt,
> > 					key => $_->[0],
> > 					extra => $opt->{link_extra},
> > 					pointer => $rcount,
> > 					stacker => $tcount,
> > 					columns => $lf,
> > 					extra => $opt->{link_extra},
> > 				);
> >
> Well, that is obviously an oversight. I removed it. Thanks for
> the hint.
>
> Ciao
> 	Racke

Thanks Racke

Whew, just when I thought I was understanding more about perl, I saw that
and said "Geez, I understand nothing!" 8-)  BTW The same oversight is on
line 2946, just below the other one.

Regards

Paul