As reported by xsanz (http://drupal.org/user/901824) in comment http://drupal.org/node/720364#comment-3495060

There is a bug in the featured_content_sort_nodes_by_terms function:

     while ($row = db_fetch_object($results)) {
-      $tmp[$row->nid] = $node[$row->nid];
+      $tmp[$row->nid] = $nodes[$row->nid]; // I think there was a bug here.
     }

Comments

kristen pol’s picture

Status: Active » Fixed

fixed in dev

kristen pol’s picture

Status: Fixed » Closed (fixed)

Fix is in 6.x-1.2

kristen pol’s picture

Assigned: kristen pol » Unassigned
Issue summary: View changes

cleaning up my issues list