Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [Andy] Override the isValidated in the Detailed - how?

Quote Reply
Re: [Andy] Override the isValidated in the Detailed - how? In reply to
In Reply To:
I'm afraid I can't see where isValidated => Yes is defined - so can't really offer a solution - sorry :(

Here: Links.pm line 79

Code:
sub VIEWABLE() {
require GT::SQL::Condition;
my $cond = GT::SQL::Condition->new(isValidated => '=' => 'Yes');
$cond->add(ExpiryDate => '>=' => time) if $CFG->{payment}->{enabled};
$cond;
}

Cheers,
Boris

Facebook, Twitter and Google+ Auth for GLinks and GCommunity | reCAPTCHA for GLinks | Free GLinks Plugins
Subject Author Views Date
Thread Override the isValidated in the Detailed - how? index 3248 Apr 18, 2007, 5:44 AM
Thread Re: [index] Override the isValidated in the Detailed - how?
Andy 3217 Apr 18, 2007, 6:58 AM
Thread Re: [Andy] Override the isValidated in the Detailed - how?
index 3202 Apr 18, 2007, 7:02 AM
Thread Re: [index] Override the isValidated in the Detailed - how?
Andy 3212 Apr 18, 2007, 7:15 AM
Post Re: [Andy] Override the isValidated in the Detailed - how?
index 3202 Apr 18, 2007, 5:34 PM
Thread Re: [Andy] Override the isValidated in the Detailed - how?
eupos 3176 Apr 18, 2007, 11:49 PM
Post Re: [eupos] Override the isValidated in the Detailed - how?
Andy 3168 Apr 18, 2007, 11:56 PM