alecpl
2011-06-18 24201dc1f48770d20ffaa44fabe1ef571f979da9
- Fix set_row_attribs() for backward compat.


1 files modified
1 ■■■■ changed files
program/include/html.php 1 ●●●● patch | view | raw | blame | history
program/include/html.php
@@ -675,7 +675,6 @@
        if ($index === null)
            $index = $this->rowindex;
        if ($this->rows[$index])
            $this->rows[$index]->attrib = $attr;
    }