Code Duplication    Length = 5-5 lines in 3 locations

web_interface/astpp/application/libraries/html2pdf/html2pdf.php 3 locations

@@ 5756-5760 (lines=5) @@
5753
5754
            $param['name'] = strtolower($param['name']);
5755
5756
            if (isset($this->_lstField[$param['name']])) {
5757
                $this->_lstField[$param['name']]++;
5758
            } else {
5759
                $this->_lstField[$param['name']] = 1;
5760
            }
5761
5762
            $this->parsingCss->save();
5763
            $this->parsingCss->analyse('select', $param);
@@ 5874-5878 (lines=5) @@
5871
5872
            $param['name'] = strtolower($param['name']);
5873
5874
            if (isset($this->_lstField[$param['name']])) {
5875
                $this->_lstField[$param['name']]++;
5876
            } else {
5877
                $this->_lstField[$param['name']] = 1;
5878
            }
5879
5880
            $this->parsingCss->save();
5881
            $this->parsingCss->analyse('textarea', $param);
@@ 5949-5953 (lines=5) @@
5946
                $param['type'] = 'text';
5947
            }
5948
5949
            if (isset($this->_lstField[$param['name']])) {
5950
                $this->_lstField[$param['name']]++;
5951
            } else {
5952
                $this->_lstField[$param['name']] = 1;
5953
            }
5954
5955
            $this->parsingCss->save();
5956
            $this->parsingCss->analyse('input', $param);