diff --git a/main/mySpace/myStudents.php b/main/mySpace/myStudents.php index 55f5d77243..34b4be6b29 100644 --- a/main/mySpace/myStudents.php +++ b/main/mySpace/myStudents.php @@ -442,7 +442,8 @@ if(!empty($_GET['student'])) FROM ".$a_infosCours['db_name'].".".$tbl_course_lp_item." WHERE lp_id = ".$a_learnpath['id']." AND item_type != 'chapter' - AND item_type != 'dokeos_chapter'" + AND item_type != 'dokeos_chapter' + AND item_type != 'dir'" ; $resultItem = api_sql_query($sqlTotalItem); $a_totalItem = mysql_fetch_array($resultItem);