If you look at node_load on api.drupal.org you see that caching is only used, when you parse $nid as parameter not as array('nid' => $nid).

Therefore here is a patch which solves this.

here is a link

http://api.drupal.org/api/function/node_load/6

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dawehner’s picture

FileSize
3.27 KB

The file was empty, here is the right patch.

jcnventura’s picture

Status: Needs review » Fixed

Committed this code to CVS. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.