Skip to content

Commit

Permalink
Minor - flint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jmontoyaa committed May 8, 2019
1 parent 6ce8d9e commit 58c0fe3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions main/exercise/exercise.class.php
Expand Up @@ -5826,7 +5826,6 @@ public function send_mail_notification_for_exam(
}
}


$sendStart = false;
$sendEnd = false;
$sendEndOpenQuestion = false;
Expand Down Expand Up @@ -8277,7 +8276,6 @@ private function updateId($id)
* @param array $user_info
* @param string $url_email
* @param array $teachers
*
*/
private function sendNotificationForOpenQuestions(
$question_list_answers,
Expand Down
2 changes: 1 addition & 1 deletion main/exercise/export/qti2/qti2_classes.php
Expand Up @@ -2,7 +2,7 @@
/* For licensing terms, see /license.txt */

/**
* Interface ImsAnswerInterface
* Interface ImsAnswerInterface.
*/
interface ImsAnswerInterface
{
Expand Down
1 change: 0 additions & 1 deletion main/mySpace/myStudents.php
Expand Up @@ -1029,7 +1029,6 @@
}
echo '</div></div>';


$exportCourseList = [];
$lpIdList = [];
if (empty($details)) {
Expand Down

0 comments on commit 58c0fe3

Please sign in to comment.