The output from flexinode_page_table is duplicated.

CommentFileSizeAuthor
flexinode-table.patch735 byteswentasah

Comments

darius’s picture

I thought only I was seeing double! (The issue existed since September: http://drupal.org/node/31671)

In addition to this patch, one additional line could be removed in the if ($rows) section:
drupal_set_title(t('%type search results', array('%type' => t($ctype->name))));

budda’s picture

Got the same problem here, but it only happens with the 4.7/CVS branch of flexinode.

The 4.6 version from September, $Id: flexinode.module,v 1.46.2.3 2005/09/14 01:21:53 killes Exp $ didn't hve the duplication problem.