From d83b9158748c1ff72d4bfd7b9c76b215a21d9c5b Mon Sep 17 00:00:00 2001 From: alec Date: Sat, 18 Jun 2011 11:28:43 +0000 Subject: - Fix set_row_attribs() for backward compat. git-svn-id: https://svn.roundcube.net/trunk@4867 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/include/html.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'roundcubemail/program/include/html.php') diff --git a/roundcubemail/program/include/html.php b/roundcubemail/program/include/html.php index d09727898..27eeebb2d 100644 --- a/roundcubemail/program/include/html.php +++ b/roundcubemail/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