From 24201dc1f48770d20ffaa44fabe1ef571f979da9 Mon Sep 17 00:00:00 2001 From: alecpl Date: Sat, 18 Jun 2011 11:28:43 +0000 Subject: - Fix set_row_attribs() for backward compat. --- program/include/html.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'program') diff --git a/program/include/html.php b/program/include/html.php index d09727898..27eeebb2d 100644 --- a/program/include/html.php +++ b/program/include/html.php @@ -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; } /** -- cgit v1.2.3