? 431300-nodejs-authoredby-D7.patch
? 431300-nodejs-authoredby-D7_0.patch
? 784856.patch
? sites/all
? sites/default
? sites/example.sites.php
Index: includes/menu.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/menu.inc,v
retrieving revision 1.388
diff -u -p -r1.388 menu.inc
--- includes/menu.inc	1 May 2010 08:12:22 -0000	1.388
+++ includes/menu.inc	2 May 2010 05:07:55 -0000
@@ -1552,22 +1552,6 @@ function menu_set_custom_theme() {
 }
 
 /**
- * Build a list of named menus.
- */
-function menu_get_names() {
-  $names = &drupal_static(__FUNCTION__);
-
-  if (empty($names)) {
-    $names = db_select('menu_links')
-      ->distinct()
-      ->fields('menu_links', array('menu_name'))
-      ->orderBy('menu_name')
-      ->execute()->fetchCol();
-  }
-  return $names;
-}
-
-/**
  * Return an array containing the names of system-defined (default) menus.
  */
 function menu_list_system_menus() {
