Polls

user warning: Table 'poll_choices' is marked as crashed and should be repaired query: SELECT n.nid, n.title, p.active, n.created, SUM(c.chvotes) AS votes FROM node n INNER JOIN poll p ON n.nid = p.nid INNER JOIN poll_choices c ON n.nid = c.nid WHERE n.status = 1 GROUP BY n.nid, n.title, p.active, n.created ORDER BY n.created DESC LIMIT 0, 15 in /home/willowda/public_html/modules/poll/poll.pages.inc on line 17.