summaryrefslogtreecommitdiff
path: root/individual.php
diff options
context:
space:
mode:
Diffstat (limited to 'individual.php')
-rw-r--r--individual.php7
1 files changed, 2 insertions, 5 deletions
diff --git a/individual.php b/individual.php
index a1e0714f83..980a9acd24 100644
--- a/individual.php
+++ b/individual.php
@@ -216,9 +216,8 @@ foreach ($controller->tabs as $tab) {
}
?>
<?php
- if ((!$controller->isPrintPreview())&&(empty($SEARCH_SPIDER))) {
- $showFull = ($PEDIGREE_FULL_DETAILS) ? 1 : 0;
- } ?>
+ $showFull = ($PEDIGREE_FULL_DETAILS) ? 1 : 0;
+?>
</div>
<?php
if (!$controller->indi->canDisplayDetails()) {
@@ -227,7 +226,6 @@ if (!$controller->indi->canDisplayDetails()) {
print "</td></tr></table>";
} else {
if (method_exists($controller, 'getOtherMenu')) {
- // echo "&nbsp;";
require './sidebar.php';
// Initially hide the sidebar controls & pin ======
@@ -288,4 +286,3 @@ if ($SEARCH_SPIDER) {
} else {
print_footer();
}
-?>