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

Products: Gossamer Links: Development, Plugins and Globals: Re: [mkoenig] random link on category page: Edit Log

Here is the list of edits for this post
Re: [mkoenig] random link on category page
Change this line in Andy's global:

$sth = $link_db->select ( { CategoryID => $cat_id, isNew => 'Yes', isValidated => 'Yes'} );

Edit:

Think you may also need to be using the correct tables

my $link_db = $DB->table('Links','CatLinks');

Last edited by:

afinlr: Jan 12, 2004, 8:44 AM

Edit Log: