Topic: Remove redundant line in reporting/includes/header2.inc
Line in reporting/includes/header2.inc:
$this->LineTo($right, $iline2 ,$right, $iline4);
is redundant and can be removed as it is already executed in the preceding loop.
@joe: please do the needful.