Browse Source

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

Eric Marguin 18 years ago
parent
commit
d588fadf1f
1 changed files with 0 additions and 1 deletions
  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;   	
 	    }