Browse Source

Minor - Add logging information for function chamilo_void_save_asset() #TMI

Yannick Warnier 9 years ago
parent
commit
7b5e9503d9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/newscorm/scorm_api.php

+ 1 - 1
main/newscorm/scorm_api.php

@@ -1159,7 +1159,7 @@ function lms_save_asset() {
  * Saving the status will be dealt with by the XAJAX function.
  */
 function chamilo_void_save_asset(score, max, min, status) {
-    logit_lms('chamilo_void_save_asset', 3);
+    logit_lms('chamilo_void_save_asset('+score+','+max+','+min+','+status+')', 3);
     olms.score = score;
     if ((max == null) || (max == '')){
         max = 100;