diff options
| author | fisharebest <fisharebest@gmail.com> | 2011-09-07 15:03:23 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2011-09-07 15:03:23 +0000 |
| commit | 8451e77868a172fd8423effe4f769ca2b761e119 (patch) | |
| tree | 43841271e2a6b9f5ff0734f4d44e04943a6fc18d /modules_v3/GEDFact_assistant/_MEDIA | |
| parent | 504ebbca5d3b2192bea4cbc869fd6bdc25a67e32 (diff) | |
| download | webtrees-8451e77868a172fd8423effe4f769ca2b761e119.tar.gz webtrees-8451e77868a172fd8423effe4f769ca2b761e119.tar.bz2 webtrees-8451e77868a172fd8423effe4f769ca2b761e119.zip | |
Remove the "enable multimedia" option. Multimedia is always enabled. Add a new configuration option to restrict who can upload new media files.
Diffstat (limited to 'modules_v3/GEDFact_assistant/_MEDIA')
| -rw-r--r-- | modules_v3/GEDFact_assistant/_MEDIA/media_1_ctrl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules_v3/GEDFact_assistant/_MEDIA/media_1_ctrl.php b/modules_v3/GEDFact_assistant/_MEDIA/media_1_ctrl.php index e3dcaa93bc..d8f169e30e 100644 --- a/modules_v3/GEDFact_assistant/_MEDIA/media_1_ctrl.php +++ b/modules_v3/GEDFact_assistant/_MEDIA/media_1_ctrl.php @@ -1043,7 +1043,7 @@ if ($pid=="") { */ function print_pedigree_person_nav2($pid, $style=1, $count=0, $personcount="1", $currpid, $censyear) { global $HIDE_LIVE_PEOPLE, $SHOW_LIVING_NAMES, $ZOOM_BOXES, $LINK_ICONS; - global $MULTI_MEDIA, $SHOW_HIGHLIGHT_IMAGES, $bwidth, $bheight, $PEDIGREE_FULL_DETAILS, $SHOW_PEDIGREE_PLACES; + global $SHOW_HIGHLIGHT_IMAGES, $bwidth, $bheight, $PEDIGREE_FULL_DETAILS, $SHOW_PEDIGREE_PLACES; global $TEXT_DIRECTION, $DEFAULT_PEDIGREE_GENERATIONS, $OLD_PGENS, $talloffset, $PEDIGREE_LAYOUT, $MEDIA_DIRECTORY; global $WT_IMAGES, $ABBREVIATE_CHART_LABELS, $USE_MEDIA_VIEWER; global $chart_style, $box_width, $generations, $show_spouse, $show_full; |
