summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2011-11-01 13:35:34 +0000
committerfisharebest <fisharebest@gmail.com>2011-11-01 13:35:34 +0000
commit7da9795efd4537bda4e624f5ed81393f36e01147 (patch)
tree21b0238d0dd9831a618d58f21d30ca9caf56afd2 /includes
parente64a8ef1c53536d3132952f76da3e35535e0c2b8 (diff)
downloadwebtrees-7da9795efd4537bda4e624f5ed81393f36e01147.tar.gz
webtrees-7da9795efd4537bda4e624f5ed81393f36e01147.tar.bz2
webtrees-7da9795efd4537bda4e624f5ed81393f36e01147.zip
Use AJAX for handling update actions. These should not be GET/POST requests. Introduce Zend "FlashMessenger" to provide feedback from AJAX requests.
Diffstat (limited to 'includes')
-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.'));
}
}