summaryrefslogtreecommitdiff
path: root/includes/functions/functions_print.php
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2010-06-04 15:50:32 +0000
committerfisharebest <fisharebest@gmail.com>2010-06-04 15:50:32 +0000
commitb08f7fed505de9f57711653668ae0b4cd9de5d08 (patch)
tree70322eeb00786504c137986f02de61913b226efc /includes/functions/functions_print.php
parent436aa165550a1b541386f4ac89d2e40a3d625a70 (diff)
downloadwebtrees-b08f7fed505de9f57711653668ae0b4cd9de5d08.tar.gz
webtrees-b08f7fed505de9f57711653668ae0b4cd9de5d08.tar.bz2
webtrees-b08f7fed505de9f57711653668ae0b4cd9de5d08.zip
Remove unused global
Diffstat (limited to 'includes/functions/functions_print.php')
-rw-r--r--includes/functions/functions_print.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/functions/functions_print.php b/includes/functions/functions_print.php
index 26183a6fde..f6b8309f2a 100644
--- a/includes/functions/functions_print.php
+++ b/includes/functions/functions_print.php
@@ -624,7 +624,7 @@ function print_simple_header($title) {
// -- print the html to close the page
function print_footer() {
global $view;
- global $SHOW_STATS, $QUERY_STRING, $footerfile, $print_footerfile, $ALLOW_CHANGE_GEDCOM, $printlink;
+ global $SHOW_STATS, $QUERY_STRING, $footerfile, $print_footerfile, $printlink;
global $WT_IMAGE_DIR, $theme_name, $WT_IMAGES, $TEXT_DIRECTION, $footer_count;
$view = safe_get('view');