Bug #1370 - Training backup tool: It seems that the table TABLE_LINKED_RESOURCES practically is not used. Anyway, a line about it has been fixed.

skala
Ivan Tcholakov 16 years ago
parent 5dbef9dc70
commit 469a7a5946
  1. 2
      main/coursecopy/classes/CourseRecycler.class.php

@ -53,7 +53,7 @@ class CourseRecycler
function recycle()
{
$table_tool_intro = Database::get_course_table(TABLE_TOOL_INTRO);
$table_linked_resources = Database :: get_course_table(TABLE_LINKED_RESOURCES, $this->course->destination_db);
$table_linked_resources = Database :: get_course_table(TABLE_LINKED_RESOURCES);
$table_item_properties = Database::get_course_table(TABLE_ITEM_PROPERTY);
foreach ($this->course->resources as $type => $resources)
{

Loading…
Cancel
Save