Home : Products : Gossamer Links : Discussions :

Products: Gossamer Links: Discussions: Re: [gatman] isDetailed, Detailed pages only when set to Yes: Edit Log

Here is the list of edits for this post
Re: [gatman] isDetailed, Detailed pages only when set to Yes
I was having the same problem satisfying BOTH conditions.

I changed mine to this, and it now works:

Code:
$cond = GT::SQL::Condition->new(
'isValidated', '=', 'Yes',
'BuildDetailed', '=', 'Yes'
);

Last edited by:

Katana Man: Mar 17, 2003, 7:30 PM

Edit Log: