diff --git a/main/inc/lib/database.lib.php b/main/inc/lib/database.lib.php index 8fcc6d34f6..f2363aba37 100644 --- a/main/inc/lib/database.lib.php +++ b/main/inc/lib/database.lib.php @@ -401,7 +401,7 @@ class Database /** * Returns an array with all database fields for the specified course. * - * @param the real (system) code of the course (key of the main course table) + * @param the real (system) code of the course (ID from inside the main course table) * @todo shouldn't this be in the course.lib.php script? */ function get_course_info($course_code)