Minor - Added comment about deprecation of dbName in courseBuilder

1.9.x
Yannick Warnier 12 years ago
parent 8468cec893
commit 014fe7a52a
  1. 1
      main/coursecopy/classes/CourseBuilder.class.php

@ -76,6 +76,7 @@ class CourseBuilder
$this->course->path = api_get_path(SYS_COURSE_PATH).$_course['path'].'/';
$this->course->backup_path = api_get_path(SYS_COURSE_PATH).$_course['path'];
$this->course->encoding = api_get_system_encoding(); //current platform encoding
// db_name is deprecated (only one database now)
$this->course->db_name = $_course['dbName'];
$this->course->info = $_course;
}

Loading…
Cancel
Save