diff --git a/documentation/changelog.html b/documentation/changelog.html
index cf1aa68b48..c17733fcef 100755
--- a/documentation/changelog.html
+++ b/documentation/changelog.html
@@ -98,6 +98,13 @@
+
+
Exercises tool
+
+ - If the option is selected glossary terms shows the tools lessons (SCORM) and exercises, in the description of exercise may see terms that may be responses to the question
+
+
+
Dokeos 1.8.6.1 - August 2009
diff --git a/main/exercice/exercice.php b/main/exercice/exercice.php
index 796859b7f8..022e596395 100755
--- a/main/exercice/exercice.php
+++ b/main/exercice/exercice.php
@@ -471,7 +471,7 @@ if (!empty ($_POST['export_report']) && $_POST['export_report'] == 'export_repor
switch ($_POST['export_format']) {
case 'xls' :
$export = new ExerciseResult();
- $export->exportCompleteReportXLS($documentPath, $user_id, $_SESSION['export_user_fields']);
+ $export->exportCompleteReportXLS($documentPath, $user_id, $_SESSION['export_user_fields'], $_POST['export_filter']);
exit;
break;
case 'csv' :
@@ -795,9 +795,11 @@ if (($is_allowedToEdit) and ($origin != 'learnpath')) {
echo '';
echo '';
//echo '