? examples-ahah-fix-856656-2.patch
Index: ahah_example.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/examples/ahah_example/Attic/ahah_example.module,v
retrieving revision 1.1.2.2
diff -u -p -r1.1.2.2 ahah_example.module
--- ahah_example.module	15 Apr 2010 05:43:15 -0000	1.1.2.2
+++ ahah_example.module	16 Jul 2010 20:05:01 -0000
@@ -28,7 +28,8 @@ function ahah_example_menu() {
     'page callback' => 'ahah_example_simplest_callback',
     'access callback' => TRUE,
     'file' => 'simplest_ahah.inc',
-    );
+    'tyop' => MENU_CALLBACK,
+  );
 
   // Automatically generate checkboxes.
   $items['ahah_example/autocheckboxes'] = array(
