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

Products: Gossamer Links: Development, Plugins and Globals: Re: [Robert] Cat description on Detailed Page: Edit Log

Here is the list of edits for this post
Re: [Robert] Cat description on Detailed Page
The problem is here (nph-build.cgi, line 553):

Code:
# Only select Category columns that don't conflict with Links columns.
my @cat_cols = grep !$links_cols{$_}, keys %{$DB->table('Category')->cols};
my $sth = $rel->select('Links.*', @cat_cols, 'CategoryID' => $cond);


May someone has an idea how to add:

category.Description as description?

Then everything should be done.

Last edited by:

Robert: Dec 12, 2009, 12:03 PM

Edit Log: