Minor - flint fixes

pull/2901/head
Julio Montoya 7 years ago
parent 6ce8d9e8bd
commit 58c0fe3756
  1. 2
      main/exercise/exercise.class.php
  2. 2
      main/exercise/export/qti2/qti2_classes.php
  3. 1
      main/mySpace/myStudents.php

@ -5826,7 +5826,6 @@ class Exercise
} }
} }
$sendStart = false; $sendStart = false;
$sendEnd = false; $sendEnd = false;
$sendEndOpenQuestion = false; $sendEndOpenQuestion = false;
@ -8277,7 +8276,6 @@ class Exercise
* @param array $user_info * @param array $user_info
* @param string $url_email * @param string $url_email
* @param array $teachers * @param array $teachers
*
*/ */
private function sendNotificationForOpenQuestions( private function sendNotificationForOpenQuestions(
$question_list_answers, $question_list_answers,

@ -2,7 +2,7 @@
/* For licensing terms, see /license.txt */ /* For licensing terms, see /license.txt */
/** /**
* Interface ImsAnswerInterface * Interface ImsAnswerInterface.
*/ */
interface ImsAnswerInterface interface ImsAnswerInterface
{ {

@ -1029,7 +1029,6 @@ if (!empty($userGroups)) {
} }
echo '</div></div>'; echo '</div></div>';
$exportCourseList = []; $exportCourseList = [];
$lpIdList = []; $lpIdList = [];
if (empty($details)) { if (empty($details)) {

Loading…
Cancel
Save