瀏覽代碼

[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;   	
 	    }