Fix iid/id issues when using exporting/importing courses.

1.10.x
Julio Montoya 10 years ago
parent 1956e06800
commit a9aec19920
  1. 1250
      main/coursecopy/classes/CourseRestorer.class.php
  2. 5
      main/coursecopy/copy_course.php

File diff suppressed because it is too large Load Diff

@ -30,7 +30,10 @@ if (function_exists('ini_set')) {
}
// Breadcrumbs
$interbreadcrumb[] = array('url' => '../course_info/maintenance.php', 'name' => get_lang('Maintenance'));
$interbreadcrumb[] = array(
'url' => '../course_info/maintenance.php?'.api_get_cidreq(),
'name' => get_lang('Maintenance'),
);
// The section (for the tabs)
$this_section = SECTION_COURSES;

Loading…
Cancel
Save