- Fix set_row_attribs() for backward compat.
program/include/html.php @@ -675,7 +675,6 @@ if ($index === null) $index = $this->rowindex; if ($this->rows[$index]) $this->rows[$index]->attrib = $attr; }