Gossamer Forum
Home : Products : Gossamer Links : PHP Front End :

BUG in the Related Category!

Quote Reply
BUG in the Related Category!
I found a feed in the LinksPHP in the relations of categories.
In the version sql functions with the name that to place for the relation but in the PHP it prints the real name of the related category.

Pirate


  • It sees links below and it confers if is one bug or not.







http://gossamer-threads.com/perl/links-sql2/page.cgi?g=Movies%2FAnimation%2Findex.html&d=1

http://gossamer-threads.com/scripts/links-sql/page.php?do=page&cat_id=26296
Quote Reply
Re: [Janio] BUG in the Related Category! In reply to
Here's the fix:
admin/Links/PHP/Page.inc.php, line ~277, change:
Code:
$rel[$relate[0]] = isset($rel[1]) ? $rel[1] : '';
to:
Code:
$rel[$relate[0]] = isset($relate[1]) ? $relate[1] : '';
Too many variables starting with $rel Wink

Adrian
Quote Reply
Re: [brewt] BUG in the Related Category! In reply to
thank you!
Post deleted by hacker In reply to