From d652cbfe563f4ac1f733dccbb10746f5cceb9ff4 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Sun, 31 Jul 2016 23:47:24 +0200 Subject: [PATCH] Removed redundant line in reporting/includes/header2.inc. --- reporting/includes/header2.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/reporting/includes/header2.inc b/reporting/includes/header2.inc index 979d09d6..95b3a7e2 100644 --- a/reporting/includes/header2.inc +++ b/reporting/includes/header2.inc @@ -59,7 +59,6 @@ { $this->LineTo($col += $width, $iline2,$col, $iline4); } - $this->LineTo($right, $iline2 ,$right, $iline4); $this->LineTo($this->leftMargin, $iline5 ,$this->leftMargin, $iline7); if ($this->l['a_meta_dir'] == 'rtl') // avoid line overwrite in rtl language $this->LineTo($this->cols[$cols - 2], $iline5 ,$this->cols[$cols - 2], $iline7); -- 2.30.2