Index: examples/todos/todos.info
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/ahah_forms/examples/todos/Attic/todos.info,v
retrieving revision 1.1.2.3
diff -u -p -r1.1.2.3 todos.info
--- examples/todos/todos.info	4 Apr 2007 17:00:13 -0000	1.1.2.3
+++ examples/todos/todos.info	5 Feb 2008 06:07:53 -0000
@@ -1,4 +1,4 @@
 name = Todos
 description = Dynamic Todo list
 package = AHAH
-dependencies = "ahah_forms"
+dependencies = ahah_forms dynamic_subform
Index: examples/todos/todos.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/ahah_forms/examples/todos/Attic/todos.module,v
retrieving revision 1.1.2.10
diff -u -p -r1.1.2.10 todos.module
--- examples/todos/todos.module	6 Apr 2007 08:27:25 -0000	1.1.2.10
+++ examples/todos/todos.module	5 Feb 2008 06:07:53 -0000
@@ -90,12 +90,7 @@ function todos_form ($node) {
 	);
 	// actually build the widget and put it in the wrapper
 //  $form['items'] += todos_items_subform( $node, $form_values );
-	if( module_exists ('ahah_forms') ) {
     $form['items'] += dynamic_subform_get_embedded('todos_node_form', 'todos_items_subform', $node);
-	}
-	else { // for non-ahah	
-    $form['items'] += todos_items_subform ($node);
-	}
 //  $form['#multistep'] = TRUE;
   
   return $form;  
