Code Duplication    Length = 2-4 lines in 2 locations

lib/PDF.php 2 locations

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