Browse Source

[svn r11984] Fix a bug when deleting a course from a session

Julian Prud'homme 18 years ago
parent
commit
9d02a8bbfb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/admin/resume_session.php

+ 1 - 1
main/admin/resume_session.php

@@ -64,7 +64,7 @@ $id_session = $_GET['id_session'];
 
 if($_GET['action'] == 'delete')
 {
-	$isChecked = $_GET['isChecked'];
+	$idChecked = $_GET['idChecked'];
 	if(is_array($idChecked))
 	{
 		$idChecked="'".implode("','",$idChecked)."'";