Minor - format code

pull/3564/head
Julio Montoya 6 years ago
parent 540e105be0
commit e918fcc2b1
  1. 3
      main/inc/lib/api.lib.php
  2. 2
      main/inc/lib/course.lib.php
  3. 1
      main/messages/record_audio.php

@ -5540,7 +5540,6 @@ function copyr($source, $dest, $exclude = [], $copied_files = [])
* the destination and null if everything goes according to plan
*@todo: Using DIRECTORY_SEPARATOR is not recommended, this is an obsolete approach.
* Documentation header to be added here.
*
*/
function copy_folder_course_session(
$pathname,
@ -5601,7 +5600,7 @@ function copy_folder_course_session(
$title = basename($new_pathname);
if (isset($folderTitles[$index + 1])) {
$checkPath = $folderTitles[$index +1];
$checkPath = $folderTitles[$index + 1];
//error_log("check $checkPath");
if (isset($originalFolderNameList[$checkPath])) {
$title = $originalFolderNameList[$checkPath];

@ -4647,7 +4647,7 @@ class CourseManager
* @param int source session id
* @param int destination session id
* @param array $params
* @param bool $copySessionContent
* @param bool $copySessionContent
*
* @return array
*/

@ -1,4 +1,5 @@
<?php
/* For licensing terms, see /license.txt */
require_once __DIR__.'/../inc/global.inc.php';

Loading…
Cancel
Save