From c51c2cfe5ae07a38fad697624261dec9b2aa3d42 Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Wed, 21 Nov 2007 16:43:55 +0100 Subject: [PATCH] [svn r13733] Minor - slightly update comment for get_course_info() --- main/inc/lib/database.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)