Index: modules/node/node.module =================================================================== RCS file: /cvs/drupal/drupal/modules/node/node.module,v retrieving revision 1.947.2.9 diff -u -F^function -r1.947.2.9 node.module --- modules/node/node.module 19 May 2008 08:06:57 -0000 1.947.2.9 +++ modules/node/node.module 19 May 2008 16:07:24 -0000 @@ -1270,7 +1270,7 @@ function node_search($op = 'search', $ke } // Do search. - $find = do_search($keys, 'node', 'INNER JOIN {node} n ON n.nid = i.sid '. $join1 .' INNER JOIN {users} u ON n.uid = u.uid', $conditions1 . (empty($where1) ? '' : ' AND '. $where1), $arguments1, $select2, $join2, $arguments2); + $find = do_search($keys, 'node', 'INNER JOIN {node} n ON n.nid = i.sid '. $join1, $conditions1 . (empty($where1) ? '' : ' AND '. $where1), $arguments1, $select2, $join2, $arguments2); // Load results. $results = array();