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 4876 Jan 29, 2002, 8:09 AM
Thread Re: [pcmania] Alex : Globals
jean 4773 Jan 29, 2002, 4:07 PM
Thread Re: [jean] Alex : Globals
pcmania 4783 Jan 30, 2002, 8:31 AM
Thread Re: [pcmania] Alex : Globals
Paul 4772 Jan 30, 2002, 8:32 AM
Thread Re: [RedRum] Alex : Globals
pcmania 4790 Jan 30, 2002, 8:36 AM
Thread Re: [pcmania] Alex : Globals
Paul 4834 Jan 30, 2002, 8:38 AM
Thread Re: [RedRum] Alex : Globals
pcmania 4752 Jan 30, 2002, 8:43 AM
Post Re: [pcmania] Alex : Globals
jean 4731 Jan 30, 2002, 9:57 AM
Thread Re: [pcmania] Alex : Globals
Alex 4728 Jan 30, 2002, 3:04 PM
Thread Re: [Alex] Alex : Globals
pcmania 4676 Feb 3, 2002, 9:47 AM
Thread Re: [pcmania] Alex : Globals
Paul 4693 Feb 3, 2002, 9:55 AM
Post Re: [RedRum] Alex : Globals
pcmania 4688 Feb 3, 2002, 10:42 AM