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

1.10.x
Yannick Warnier 9 years ago
parent 17728475ae
commit 7b5e9503d9
  1. 2
      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;

Loading…
Cancel
Save