Update exercise_submit.php

pull/2485/head
pielRouge 7 years ago committed by GitHub
parent d9297098d4
commit e56d374053
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      main/exercise/exercise_submit.php

@ -806,7 +806,7 @@ if ($question_count != 0) {
.html_entity_decode(get_lang('ResultAccomplishedTest')." \"".$objExercise->title."\""); .html_entity_decode(get_lang('ResultAccomplishedTest')." \"".$objExercise->title."\"");
// message sended to the student // message sended to the student
$message = get_lang('Dear').' '.$recipient_name.",<br><br>"; $message = get_lang('Dear').' '.$recipient_name.",<br><br>";
//calcul du chemmin sans les script php // build path without php script
$url = $_SERVER['SCRIPT_NAME']; $url = $_SERVER['SCRIPT_NAME'];
$pos = strripos($url, "/"); $pos = strripos($url, "/");

Loading…
Cancel
Save