[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Quick common.pl and action ?



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