Code Duplication    Length = 3-3 lines in 2 locations

main/inc/lib/pear/HTML/Table/Storage.php 2 locations

@@ 746-748 (lines=3) @@
743
                    if (isset($this->_structure[$i][$j]['type'])) {
744
                        $type = (strtolower($this->_structure[$i][$j]['type']) == 'th' ? 'th' : 'td');
745
                    }
746
                    if (isset($this->_structure[$i][$j]['attr'])) {
747
                        $attr = $this->_structure[$i][$j]['attr'];
748
                    }
749
                    if (isset($this->_structure[$i][$j]['contents'])) {
750
                        $contents = $this->_structure[$i][$j]['contents'];
751
                    }
@@ 749-751 (lines=3) @@
746
                    if (isset($this->_structure[$i][$j]['attr'])) {
747
                        $attr = $this->_structure[$i][$j]['attr'];
748
                    }
749
                    if (isset($this->_structure[$i][$j]['contents'])) {
750
                        $contents = $this->_structure[$i][$j]['contents'];
751
                    }
752
753
                    if (is_object($contents)) {
754
                        // changes indent and line end settings on nested tables