Code Duplication    Length = 3-3 lines in 2 locations

web_interface/astpp/application/libraries/html2pdf/_class/myPdf.class.php 2 locations

@@ 98-100 (lines=3) @@
95
        if ($this->_footerParam['date'] && $this->_footerParam['hour']) {
96
            $txt .= ($txt ? ' - ' : '').(HTML2PDF_locale::get('pdf03'));
97
        }
98
        if ($this->_footerParam['date'] && ! $this->_footerParam['hour']) {
99
            $txt .= ($txt ? ' - ' : '').(HTML2PDF_locale::get('pdf01'));
100
        }
101
        if ( ! $this->_footerParam['date'] && $this->_footerParam['hour']) {
102
            $txt .= ($txt ? ' - ' : '').(HTML2PDF_locale::get('pdf02'));
103
        }
@@ 101-103 (lines=3) @@
98
        if ($this->_footerParam['date'] && ! $this->_footerParam['hour']) {
99
            $txt .= ($txt ? ' - ' : '').(HTML2PDF_locale::get('pdf01'));
100
        }
101
        if ( ! $this->_footerParam['date'] && $this->_footerParam['hour']) {
102
            $txt .= ($txt ? ' - ' : '').(HTML2PDF_locale::get('pdf02'));
103
        }
104
        if ($this->_footerParam['page']) {
105
            $txt .= ($txt ? ' - ' : '').(HTML2PDF_locale::get('pdf04'));
106
        }