From c7eef3d27b8c67882f877b246919465127b75c61 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 9 Jul 2007 18:08:15 +0000 Subject: - Patch #151055 by pwolanin et al: fixed problems with moving menu items. --- modules/system/system.admin.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/system/system.admin.inc') diff --git a/modules/system/system.admin.inc b/modules/system/system.admin.inc index caf650f04..6f8e16ecd 100644 --- a/modules/system/system.admin.inc +++ b/modules/system/system.admin.inc @@ -22,6 +22,7 @@ function system_main_admin_page($arg = NULL) { INNER JOIN {menu_router} m ON ml.router_path = m.path WHERE ml.link_path like 'admin/%' AND ml.link_path != 'admin/help' AND ml.depth = 2 AND ml.menu_name = 'navigation' AND hidden = 0 ORDER BY p1 ASC, p2 ASC, p3 ASC"); + $blocks = array(); while ($item = db_fetch_array($result)) { _menu_link_translate($item); if (!$item['access']) { -- cgit v1.2.3