Much appreciated. It's not every day that you get help for something from its very creator. Good luck, Alan
On Dec 23, 2:57 pm, "Aaron Swartz" <[email protected]> wrote: > > page = db.select('page', myvar) > > if page: > > return render.view(page) > > should be: > > return render.view(page[0]) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
