[development] programming question (drupal specific)
Steve Ringwood
nevets at mailbag.com
Wed Sep 13 18:32:57 UTC 2006
Actually
> In example 2, $nodes[$node->nid] needs to be $nodes[$node[$nid]]
should be: $nodes[$node->nid] needs to be $nodes[$node['nid']]
More information about the development
mailing list