Code Duplication    Length = 2-4 lines in 2 locations

lib/PDF.php 2 locations

@@ 110-111 (lines=2) @@
107
                if (!empty($this->footer['right']))
108
                    $this->Texto($this->footer['right'], null, null, 'R');
109
            } else {
110
                if (!empty($this->footer['left']))
111
                    $this->Texto($this->footer['left'], null, null, 'C');
112
                if (!empty($this->footer['right'])) {
113
                    $this->Ln();
114
                    $this->Texto($this->footer['right'], null, null, 'C');
@@ 112-115 (lines=4) @@
109
            } else {
110
                if (!empty($this->footer['left']))
111
                    $this->Texto($this->footer['left'], null, null, 'C');
112
                if (!empty($this->footer['right'])) {
113
                    $this->Ln();
114
                    $this->Texto($this->footer['right'], null, null, 'C');
115
                }
116
            }
117
        }
118
    }