Index: riddler.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/riddler/riddler.module,v
retrieving revision 1.1.2.5
diff -u -r1.1.2.5 riddler.module
--- riddler.module	6 Aug 2007 16:25:42 -0000	1.1.2.5
+++ riddler.module	18 Sep 2007 14:24:11 -0000
@@ -110,8 +110,8 @@
 
 function riddler_form () {
 	$form['preprocess'] = TRUE;
-	$form['value'] = (string)(strtolower(variable_get("riddler_answer", "yes")));
-	$form['form']['captcha_answer'] = array(
+	$form['solution'] = (string)(strtolower(variable_get("riddler_answer", "yes")));
+	$form['form']['captcha_response'] = array(
 		'#type' => 'textfield',
       '#title' => variable_get("riddler_question", "Do you hate spam? (yes or no)"),
       '#required' => TRUE,

