diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-01-18 22:44:56 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-01-18 22:44:56 +0000 |
| commit | b3d32e08eeb36c79d82ee99a989b31c5f8d393d8 (patch) | |
| tree | f3d02626e5017608d9db67638c1428edf1b41fa9 /includes | |
| parent | ce93061886c6e03e3839a291177862508749525a (diff) | |
| parent | 8f0abd63a3674e999a78d60a9f96a94e5cde6d60 (diff) | |
| download | webtrees-b3d32e08eeb36c79d82ee99a989b31c5f8d393d8.tar.gz webtrees-b3d32e08eeb36c79d82ee99a989b31c5f8d393d8.tar.bz2 webtrees-b3d32e08eeb36c79d82ee99a989b31c5f8d393d8.zip | |
Merge pull request #377 from fisharebest/scrutinizer-patch-1
Scrutinizer Auto-Fixes
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/functions/functions_print.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/functions/functions_print.php b/includes/functions/functions_print.php index 3f5a8baaa8..c49a1b90d9 100644 --- a/includes/functions/functions_print.php +++ b/includes/functions/functions_print.php @@ -38,7 +38,7 @@ use WT\Theme; function print_pedigree_person(WT_Individual $person = null, $style = 1) { global $show_full; - switch ($show_full){ + switch ($show_full) { case 0: if ($person) { echo Theme::theme()->individualBoxSmall($person); |
