diff options
Diffstat (limited to 'includes/functions/functions_charts.php')
| -rw-r--r-- | includes/functions/functions_charts.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/functions/functions_charts.php b/includes/functions/functions_charts.php index 278271585e..05b8195518 100644 --- a/includes/functions/functions_charts.php +++ b/includes/functions/functions_charts.php @@ -352,7 +352,7 @@ function print_family_children(Family $family, $childid = '', $sosa = 0, $label //find out how many cousins there are to establish vertical line on second families $fchildren = $famids[$f]->getChildren(); $kids = count($fchildren); - $Pheader = ($bheight-1) * $kids; + $Pheader = ($bheight - 1) * $kids; $PBadj = 6; // default if ($show_cousins > 0) { if ($kids) { |
