- Fix set_row_attribs() for backward compat.

This commit is contained in:
alecpl
2011-06-18 11:28:43 +00:00
parent 39d8ccd6f2
commit 24201dc1f4

View File

@@ -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;
}
/**