Index: advpoll.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/advpoll/advpoll.module,v
retrieving revision 1.21.2.78
diff -u -p -r1.21.2.78 advpoll.module
--- advpoll.module	2 Dec 2007 20:07:23 -0000	1.21.2.78
+++ advpoll.module	2 Dec 2007 20:57:15 -0000
@@ -1105,6 +1105,12 @@ function _advpoll_is_active($node, $retu
   return $return_status ? $status : $active; 
 }
 
+/**
+ * Insert/update the choices for a poll.
+ *
+ * Note: we pass choice data via _POST to allow for dynamic addition of choices.
+ * Drupal 6 AHAH support will let us switch to a clean implementation.
+ */
 function _advpoll_insert_choices($nid) {
   $node = node_load($nid);
   $weight = 0;
