@@ -3,6 +3,7 @@
/**
* include this file to have access to all backend classes
* @author Bert Steppé
+ * @package chamilo.gradebook
*/
* Code
@@ -4,6 +4,7 @@
* Class to select, sort and transform object data into array data,
* used for the teacher's flat view
* Class
@@ -541,7 +541,7 @@ function get_list_users_certificates ($cat_id=null) {
*Gets the certificate list by user id
*@param int The user id
*@param int The category id
-*@retun array
+*@return array
function get_list_gradebook_certificates_by_user_id ($user_id,$cat_id=null) {
$table_certificate = Database::get_main_table(TABLE_MAIN_GRADEBOOK_CERTIFICATE);
* used for the teacher's evaluation results view