This bug occours when two or more tables are placed in a node and the first one has more rows than the second one.
The second table inerith row count and row contents from the first one and only the rows defined are filled with new values.
This patch reset cells' content.
--- tables.module.orig 2005-11-29 07:07:36.000000000 +0100
+++ tables.module 2006-03-15 10:34:54.000000000 +0100
@@ -67,6 +67,7 @@
$j=0;
$num_rows=count($rows);
$num_cols=0;
+ $cells = array();
while (isset($rows[$j])) {
$cells[$j]=explode('|', $rows[$j]);
$cells[$j]=array_map('trim', $cells[$j]);
| Comment | File | Size | Author |
|---|---|---|---|
| tables.module_0.patch | 351 bytes | peggymalone |
Comments
Comment #1
(not verified) commented