Index: includes/menu.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/menu.inc,v
retrieving revision 1.299
diff -u -p -r1.299 menu.inc
--- includes/menu.inc	31 Oct 2008 02:18:22 -0000	1.299
+++ includes/menu.inc	2 Nov 2008 01:16:13 -0000
@@ -1212,6 +1212,8 @@ function drupal_help_arg($arg = array())
  */
 function menu_get_active_help() {
   $output = '';
+  // TODO: remove this. Prevent hook_help call().
+  return $output;
   $router_path = menu_tab_root_path();
   // We will always have a path unless we are on a 403 or 404.
   if (!$router_path) {
