summaryrefslogtreecommitdiff
path: root/modules_v3/GEDFact_assistant/_CENS/census_3_find.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules_v3/GEDFact_assistant/_CENS/census_3_find.php')
-rw-r--r--modules_v3/GEDFact_assistant/_CENS/census_3_find.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules_v3/GEDFact_assistant/_CENS/census_3_find.php b/modules_v3/GEDFact_assistant/_CENS/census_3_find.php
index a5cf512cd4..90a617f6b5 100644
--- a/modules_v3/GEDFact_assistant/_CENS/census_3_find.php
+++ b/modules_v3/GEDFact_assistant/_CENS/census_3_find.php
@@ -303,7 +303,7 @@ if ($type == "fam") {
}
// Show media and hide the rest
-if ($type == "media" && $MULTI_MEDIA) {
+if ($type == 'media') {
echo "<div align=\"center\">";
echo "<form name=\"filtermedia\" method=\"get\" onsubmit=\"return checknames(this);\" action=\"find.php\">";
echo "<input type=\"hidden\" name=\"choose\" value=\"", $choose, "\" />";