WHERE poll_option_id > '.count($poll_ary['poll_options']).'
AND topic_id = '.$data_ary['topic_id'];
$db->sql_query($sql);
}
// If edited, we would need to reset votes (since options can be re-ordered above, you can't be sure if the change is for changing the text or adding an option