소스 검색

[svn r10525] remove the notification to Eric Marguin when something is wrong with ppt2lp

Eric Marguin 18 년 전
부모
커밋
d588fadf1f
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      main/newscorm/presentation.class.php

+ 0 - 1
main/newscorm/presentation.class.php

@@ -85,7 +85,6 @@ class presentation extends learnpath {
 		
 		chmod ($base_work_dir.$created_dir,0744);
 		if($return != 0) { //if the java application returns an error code
-			api_send_mail('e.marguin@elixir-interactive.com','problème de conversion ppt2lp','fichier '.$file);
 			DocumentManager::delete_document($_course, $dir_name, $base_work_dir);	 
 			return false;   	
 	    }