Gossamer Forum
Home : Products : DBMan SQL : Discussion :

Typo in Relation::Home.pm

Quote Reply
Typo in Relation::Home.pm
In line #89 of Relation::Home.pm there is a typo

Code:
$src_fields = "keywork=$self->{cgi}->{keyword}";


Guess it should be keyword not keywork:

Code:
$src_fields = "keyword=$self->{cgi}->{keyword}";
Armin
Quote Reply
Re: [Armin] Typo in Relation::Home.pm In reply to
Actually, I already fixed it Tongue. You can download the updated version at:

http://www.gossamer-threads.com/...orum.cgi?post=224541

TheStone.

B.

Last edited by:

TheStone: Dec 2, 2002, 11:19 AM