28 Feb
2005
28 Feb
'05
9:38 p.m.
Issue status update for http://drupal.org/node/18123 Project: Drupal Version: cvs Component: node system Category: bug reports Priority: normal Assigned to: chx Reported by: chx Updated by: chx Status: patch Attachment: http://drupal.org/files/issues/drupalcon.patch (1.07 KB) At the conf, moshe pointed out a bug, and JonBob and I fixed it on site. The $return['distinct'] in the past should have been module_implements('node_grants') but after JonBob's node_access_view_all_nodes, that part happens only if node_grants is in effect, so it is simplified to 1. This orphans module_implements, but my module.inc patch uses it, so it won't be an orphan after all. chx