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

Products: Gossamer Links: Development, Plugins and Globals: Re: [Andy] How to obtain the value of paylogs_time.: Edit Log

Here is the list of edits for this post
Re: [Andy] How to obtain the value of paylogs_time.
Thanks Andy, Smile

I always obtain the error :

Error: Variable “paylogs_time” is not has code refers

sub {
my $table = $DB->table('PaymentLogs');
my $cond = GT::SQL::Condition->new(paylogs_payments_id => 'LIKE' => $_[0]);
$table->select_options("ORDER BY paylogs_time DESC");
return $table->select( ['paylogs_time'] , $cond)->fetchrow || die $GT::SQL::error;
}


<%paylogs_time($paiement_id($ID)%>

An idea ?

Thanks, MJ

Last edited by:

MJ_: May 25, 2009, 12:17 PM

Edit Log: