Index: votingapi.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/votingapi/votingapi.module,v
retrieving revision 1.46.2.9
diff -u -p -r1.46.2.9 votingapi.module
--- votingapi.module	10 Jun 2008 19:43:45 -0000	1.46.2.9
+++ votingapi.module	17 Jul 2008 17:52:18 -0000
@@ -97,7 +97,7 @@ function votingapi_settings_form($form_s
  *
  * @param $votes
  *   An array of votes, each with the following structure:
- *   $vote['content_type']  (Optional, defaults to 'node')
+ *   $vote['content_type']  (Required)
  *   $vote['content_id']    (Required)
  *   $vote['value_type']    (Optional, defaults to 'percent')
  *   $vote['value']         (Required)
@@ -202,7 +202,7 @@ function votingapi_current_user_identifi
  *
  * @param $votes
  *   A vote or array of votes, each with the following structure:
- *   $vote['content_type']  (Optional, defaults to 'node')
+ *   $vote['content_type']  (Required)
  *   $vote['content_id']    (Required)
  *   $vote['value_type']    (Optional, defaults to 'percent')
  *   $vote['value']         (Required)
