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


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