- $id = $this->addRow(array(new MECON_HTML_Error("No se encontraron {$this->_desc}.")));
- $this->updateCellAttributes($id, 0, array('colspan' => count($campos)));
+ $id = $this->addRow(array(
+ new MECON_HTML_Error("No se encontraron {$this->_desc}.")));
+ $this->updateCellAttributes($id, 0,
+ array('colspan' => count($campos)
+ + count($this->_prependRowsData)
+ + count($this->_appendRowsData)));