Removed redundant line in reporting/includes/header2.inc.
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Sun, 31 Jul 2016 21:47:24 +0000 (23:47 +0200)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Sun, 31 Jul 2016 21:47:24 +0000 (23:47 +0200)
reporting/includes/header2.inc

index 979d09d6b91f20b758244c5ad11fe9d8834abfbd..95b3a7e249157abcb31d081588a4ea0403e8dd5e 100644 (file)
@@ -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);