Minor - flint fixes

pull/2585/head
Julio 7 years ago
parent 163b788b0a
commit e6a3ef2940
  1. 1
      main/coursecopy/create_backup.php
  2. 1
      plugin/buycourses/lang/english.php
  3. 3
      src/Chamilo/CourseBundle/Component/CourseCopy/CourseBuilder.php
  4. 1
      src/Chamilo/CourseBundle/Component/CourseCopy/CourseRestorer.php
  5. 4
      src/Chamilo/CourseBundle/Component/CourseCopy/CourseSelectForm.php

@ -115,4 +115,3 @@ if (Security::check_token('post') &&
} }
Display::display_footer(); Display::display_footer();

@ -160,4 +160,3 @@ $strings['BoughtBy'] = "BoughtBy";
$strings['PurchaserUser'] = "Purchaser user"; $strings['PurchaserUser'] = "Purchaser user";
$strings['Pending'] = "Pending"; $strings['Pending'] = "Pending";
$strings['Names'] = "Names"; $strings['Names'] = "Names";

@ -757,7 +757,6 @@ class CourseBuilder
* @param int $courseId Internal course ID * @param int $courseId Internal course ID
* @param array $questionList * @param array $questionList
* @param bool $buildOrphanQuestions * @param bool $buildOrphanQuestions
*
*/ */
public function build_quiz_questions($courseId = 0, $questionList = [], $buildOrphanQuestions = true) public function build_quiz_questions($courseId = 0, $questionList = [], $buildOrphanQuestions = true)
{ {
@ -923,7 +922,7 @@ class CourseBuilder
/** /**
* @deprecated * @deprecated
* Build the orphan questions. * Build the orphan questions
*/ */
public function build_quiz_orphan_questions() public function build_quiz_orphan_questions()
{ {

@ -1909,7 +1909,6 @@ class CourseRestorer
Database::query($sql); Database::query($sql);
} }
} }
} }
} }
} }

@ -48,6 +48,7 @@ class CourseSelectForm
return $list; return $list;
} }
/** /**
* Display the form. * Display the form.
* *
@ -63,8 +64,7 @@ class CourseSelectForm
$avoidSerialize = false, $avoidSerialize = false,
$avoidCourseInForm = false $avoidCourseInForm = false
) { ) {
global $charset; global $charset; ?>
?>
<script> <script>
function exp(item) { function exp(item) {
el = document.getElementById('div_'+item); el = document.getElementById('div_'+item);

Loading…
Cancel
Save