[svn r9900] Reset logging level

skala
Yannick Warnier 19 years ago
parent 847a4b3d55
commit 31a53d6dfb
  1. 2
      main/newscorm/aicc_api.php

@ -52,7 +52,7 @@ $autocomplete_when_80pct = 0;
==============================================================================
*/
?>var scorm_logs=<?php echo (empty($oLP->scorm_debug)?'0':'3');?>; //debug log level for SCORM. 0 = none, 1=light, 2=a lot, 3=all - displays logs in log frame
var lms_logs=3; //debug log level for LMS actions. 0=none, 1=light, 2=a lot, 3=all
var lms_logs=0; //debug log level for LMS actions. 0=none, 1=light, 2=a lot, 3=all
//logit_lms('scormfunctions.php included',0);
function APIobject() {

Loading…
Cancel
Save