瀏覽代碼

Removing var_dump

Julio Montoya 14 年之前
父節點
當前提交
1ea2fcd74c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      main/exercice/exercice.php

+ 1 - 1
main/exercice/exercice.php

@@ -166,7 +166,7 @@ if ($show == 'result' && $_REQUEST['comments'] == 'update' && ($is_allowedToEdit
 	} else {
 		$array_content_id_exe=$post_content_id;
 	}
-	var_dump($_POST);
+	
 	for ($i=0;$i<$loop_in_track;$i++) {
 		$my_marks			= Database::escape_string($_POST['marks_'.$array_content_id_exe[$i]]);
 		$contain_comments	= Database::escape_string($_POST['comments_'.$array_content_id_exe[$i]]);