summaryrefslogtreecommitdiff
path: root/includes/functions/functions_import.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/functions/functions_import.php')
-rw-r--r--includes/functions/functions_import.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/functions/functions_import.php b/includes/functions/functions_import.php
index 1aef3dc9e9..1e482e355f 100644
--- a/includes/functions/functions_import.php
+++ b/includes/functions/functions_import.php
@@ -1173,7 +1173,6 @@ function accept_all_changes($xref, $ged_id) {
" WHERE status='pending' AND xref=? AND gedcom_id=?"
)->execute(array($xref, $ged_id));
AddToLog("Accepted change {$change->change_id} for {$xref} / {$change->gedcom_name} into database", 'edit');
- //Zend_Controller_Action_HelperBroker::getStaticHelper('FlashMessenger')->addMessage(WT_I18N::translate('The changes have been accepted.'));
}
}