Minor improvements to reporting - refs BT#7066

1.9.x
Yannick Warnier 11 years ago
parent bd50f01bc6
commit ca7a7c3559
  1. 1
      main/admin/course_intro_pdf_import.php

@ -147,6 +147,7 @@ function import_pdfs($file, $subDir = '/') {
}
} else {
error_log($parts[0].' is not a course, apparently');
$errors[] = array('Line' => 0, 'Code' => $parts[0], 'Title' => $parts[0].' - '.get_lang('CodeDoesNotExists'));
}
}
return $errors;

Loading…
Cancel
Save