From 161a9970f77ce6813e710e08076f5d4fc494259a Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 15 Sep 2008 20:48:10 +0000 Subject: #308534 by Dave Reid: Remove stray whitespace core-wide. --- modules/menu/menu.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/menu/menu.module') diff --git a/modules/menu/menu.module b/modules/menu/menu.module index 3996acbc2..03406735c 100644 --- a/modules/menu/menu.module +++ b/modules/menu/menu.module @@ -315,13 +315,13 @@ function menu_nodeapi(&$node, $op) { if (isset($node->nid)) { // Give priority to the default menu $mlid = db_result(db_query_range("SELECT mlid FROM {menu_links} WHERE link_path = :path AND menu_name = :menu_name AND module = 'menu' ORDER BY mlid ASC", array( - ':path' => 'node/'. $node->nid, + ':path' => 'node/'. $node->nid, ':menu_name' => $menu_name, ), 0, 1)); // Check all menus if a link does not exist in the default menu. if (!$mlid) { $mlid = db_result(db_query_range("SELECT mlid FROM {menu_links} WHERE link_path = :path AND module = 'menu' ORDER BY mlid ASC", array( - ':path' => 'node/'. $node->nid, + ':path' => 'node/'. $node->nid, ), 0, 1)); } if ($mlid) { -- cgit v1.2.3