Needs review
Project:
Flexinode
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
9 Jan 2006 at 17:12 UTC
Updated:
11 Jan 2006 at 18:38 UTC
The output from flexinode_page_table is duplicated.
| Comment | File | Size | Author |
|---|---|---|---|
| flexinode-table.patch | 735 bytes | wentasah |
Comments
Comment #1
darius commentedI 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))));Comment #2
buddaGot 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.