Done: http://code.google.com/p/web2py/issues/detail?id=1147


Is there a reason for
elif second==[] or second==()

while it could easily be
elif not second
?

This should fix it.

-- 



Reply via email to