Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Re: [rsahertian] different info on detailed page depending on FatherID

Quote Reply
Re: [rsahertian] different info on detailed page depending on FatherID In reply to
Try changing;

my $sth = $table->select( { LinkID => $ID } ) || return "";

to;

my $sth = $table->select( { LinkID => $ID } ) or return $GT::SQL::error;

Whats that do?

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Subject Author Views Date
Thread; hot thread different info on detailed page depending on FatherID rsahertian 10375 Sep 8, 2003, 4:42 AM
Thread; hot thread Re: [rsahertian] different info on detailed page depending on FatherID
Andy 10201 Sep 8, 2003, 6:04 AM
Thread; hot thread Re: [Andy] different info on detailed page depending on FatherID
Andy 10113 Sep 8, 2003, 10:06 AM
Thread; hot thread Re: [Andy] different info on detailed page depending on FatherID
rsahertian 10096 Sep 8, 2003, 1:03 PM
Thread; hot thread Re: [rsahertian] different info on detailed page depending on FatherID
Andy 10099 Sep 8, 2003, 1:05 PM
Thread; hot thread Re: [Andy] different info on detailed page depending on FatherID
rsahertian 10111 Sep 8, 2003, 1:19 PM
Thread; hot thread Re: [rsahertian] different info on detailed page depending on FatherID
Andy 10053 Sep 8, 2003, 1:20 PM
Thread; hot thread Re: [Andy] different info on detailed page depending on FatherID
rsahertian 10071 Sep 8, 2003, 1:24 PM
Thread; hot thread Re: [rsahertian] different info on detailed page depending on FatherID
Andy 10090 Sep 8, 2003, 1:26 PM
Thread; hot thread Re: [Andy] different info on detailed page depending on FatherID
rsahertian 10073 Sep 8, 2003, 1:32 PM
Thread; hot thread Re: [rsahertian] different info on detailed page depending on FatherID
Andy 10112 Sep 8, 2003, 1:34 PM
Thread; hot thread Re: [Andy] different info on detailed page depending on FatherID
rsahertian 10037 Sep 8, 2003, 2:01 PM
Thread; hot thread Re: [rsahertian] different info on detailed page depending on FatherID
rsahertian 10062 Sep 8, 2003, 2:32 PM
Thread; hot thread Re: [rsahertian] different info on detailed page depending on FatherID
Andy 10066 Sep 9, 2003, 12:21 AM
Thread; hot thread Re: [Andy] different info on detailed page depending on FatherID
rsahertian 10039 Sep 9, 2003, 3:48 AM
Thread; hot thread Re: [rsahertian] different info on detailed page depending on FatherID
Andy 10074 Sep 9, 2003, 4:06 AM
Thread; hot thread Re: [Andy] different info on detailed page depending on FatherID
rsahertian 10042 Sep 9, 2003, 4:09 AM
Thread; hot thread Re: [rsahertian] different info on detailed page depending on FatherID
Andy 10079 Sep 9, 2003, 4:25 AM
Thread; hot thread Re: [Andy] different info on detailed page depending on FatherID
rsahertian 10013 Sep 9, 2003, 4:38 AM
Thread; hot thread Re: [rsahertian] different info on detailed page depending on FatherID
rsahertian 9990 Sep 9, 2003, 7:14 AM
Thread; hot thread Re: [rsahertian] different info on detailed page depending on FatherID
Andy 9980 Sep 9, 2003, 7:26 AM
Thread; hot thread Re: [Andy] different info on detailed page depending on FatherID
rsahertian 4332 Sep 9, 2003, 7:41 AM
Thread; hot thread Re: [rsahertian] different info on detailed page depending on FatherID
Andy 4396 Sep 9, 2003, 7:44 AM
Thread; hot thread Re: [Andy] different info on detailed page depending on FatherID
rsahertian 4281 Sep 9, 2003, 7:52 AM
Thread; hot thread Re: [rsahertian] different info on detailed page depending on FatherID
Andy 4319 Sep 9, 2003, 7:54 AM
Thread; hot thread Re: [Andy] different info on detailed page depending on FatherID
rsahertian 4302 Sep 9, 2003, 7:57 AM
Thread; hot thread Re: [rsahertian] different info on detailed page depending on FatherID
Andy 4368 Sep 9, 2003, 8:01 AM
Thread; hot thread Re: [Andy] different info on detailed page depending on FatherID
rsahertian 4320 Sep 9, 2003, 8:16 AM
Post; hot thread Re: [rsahertian] different info on detailed page depending on FatherID
Andy 4235 Sep 9, 2003, 8:21 AM
Thread; hot thread Re: [Andy] different info on detailed page depending on FatherID
rsahertian 10067 Sep 8, 2003, 1:42 PM
Thread; hot thread Re: [rsahertian] different info on detailed page depending on FatherID
Andy 10070 Sep 8, 2003, 1:44 PM
Thread; hot thread Re: [Andy] different info on detailed page depending on FatherID
rsahertian 10060 Sep 8, 2003, 1:50 PM
Post; hot thread Re: [rsahertian] different info on detailed page depending on FatherID
Andy 10030 Sep 8, 2003, 1:56 PM