Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [pcmania] Alex : Globals

Quote Reply
Re: [pcmania] Alex : Globals In reply to
From your original, change:

my $id = $tags->{ID};
my $related_news = $related_db->get($id, "HASH");

to:

my $link_id = $tags->{ID};
my $related_news = $related_db->select( { LinkID => $link_id })->fetchrow_hashref;

and it should work.

Cheers,

Alex
--
Gossamer Threads Inc.
Subject Author Views Date
Thread Alex : Globals pcmania 4953 Jan 29, 2002, 8:09 AM
Thread Re: [pcmania] Alex : Globals
jean 4847 Jan 29, 2002, 4:07 PM
Thread Re: [jean] Alex : Globals
pcmania 4857 Jan 30, 2002, 8:31 AM
Thread Re: [pcmania] Alex : Globals
Paul 4846 Jan 30, 2002, 8:32 AM
Thread Re: [RedRum] Alex : Globals
pcmania 4865 Jan 30, 2002, 8:36 AM
Thread Re: [pcmania] Alex : Globals
Paul 4909 Jan 30, 2002, 8:38 AM
Thread Re: [RedRum] Alex : Globals
pcmania 4827 Jan 30, 2002, 8:43 AM
Post Re: [pcmania] Alex : Globals
jean 4805 Jan 30, 2002, 9:57 AM
Thread Re: [pcmania] Alex : Globals
Alex 4803 Jan 30, 2002, 3:04 PM
Thread Re: [Alex] Alex : Globals
pcmania 4750 Feb 3, 2002, 9:47 AM
Thread Re: [pcmania] Alex : Globals
Paul 4768 Feb 3, 2002, 9:55 AM
Post Re: [RedRum] Alex : Globals
pcmania 4762 Feb 3, 2002, 10:42 AM