[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Quick common.pl and action ?
- Subject: Re: Quick common.pl and action ?
- From: Chris Travers <..hidden..>
- Date: Sat, 4 Aug 2012 20:06:31 -0700
On Sat, Aug 4, 2012 at 7:43 PM, <..hidden..> wrote:
> Well adding action to that loop in common.pl
> causes login to go into an infinite loop :(
>
Change it to a conditional check.
$form->{action} = $tempvars{action} unless $form->{action} and take it
out of that loop.
Best Wishes,
Chris Travers