comments = db( (db.comment.image_id == image.id) & (db.comment.is_active==
True) ).select(orderby = ~db_comment.id)

Reply via email to