Because there have been situations when there was a _next both in post
and get thus creating a list.

On Aug 25, 6:29 pm, Anthony <abasta...@gmail.com> wrote:
> Syntax error:
>
> *or request.post_vars._next**:*
> Drop the colon at the end of that line. Actually, it's now short enough to
> get it all on one line:
>
> next = request.get_vars._next or request.post_vars._next
>
> Also, why isn't it just:
>
> next = request.vars._next
>
> Anthony
>
>
>
>
>
>
>
> On Thursday, August 25, 2011 6:57:22 PM UTC-4, Massimo Di Pierro wrote:
>
> > Please check trunk.

Reply via email to