- Fix set_row_attribs() for backward compat.

release-0.6
alecpl 13 years ago
parent 39d8ccd6f2
commit 24201dc1f4

@ -675,8 +675,7 @@ class html_table extends html
if ($index === null)
$index = $this->rowindex;
if ($this->rows[$index])
$this->rows[$index]->attrib = $attr;
$this->rows[$index]->attrib = $attr;
}
/**

Loading…
Cancel
Save