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

Re: [Jonze] Need help with 2.2.0 changes for "isValidated"

Quote Reply
Re: [Jonze] Need help with 2.2.0 changes for "isValidated" In reply to
This is all I use;

Code:
my $cond = GT::SQL::Condition->new('isNew','=','Yes');
$cond->add(VIEWABLE);

..instead of something like;

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

That is the main difference I have noticed so far (one of my plugins stopped working because of it Frown).

Hope that helps :)

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Subject Author Views Date
Thread Need help with 2.2.0 changes for "isValidated" Jonze 3262 May 27, 2004, 5:58 PM
Post Re: [Jonze] Need help with 2.2.0 changes for "isValidated"
pugdog 3194 May 30, 2004, 4:46 PM
Thread Re: [Jonze] Need help with 2.2.0 changes for "isValidated"
Andy 3184 May 31, 2004, 12:49 AM
Thread Re: [Andy] Need help with 2.2.0 changes for "isValidated"
Jonze 3144 Jul 1, 2004, 10:27 AM
Thread Re: [Jonze] Need help with 2.2.0 changes for "isValidated"
Jagerman 3125 Jul 1, 2004, 3:09 PM
Post Re: [Jagerman] Need help with 2.2.0 changes for "isValidated"
Jonze 3112 Jul 2, 2004, 9:16 AM