db(db.auth_user.id=id).select() will give you a list of rows (of one element
:) )

easier is

row = db.auth_user[form.vars.id]

Reply via email to