Fix missing statement getting the accumulate_scorm_time setting from the c_lp table - refs CT#8211

pull/2487/head
Yannick Warnier 10 years ago
parent 09f5f59cb2
commit 1ec71b08bb
  1. 1
      main/lp/learnpathItem.class.php

@ -3634,6 +3634,7 @@ class learnpathItem
$res = Database::query($sql);
$accumulateScormTime = 'false';
if (Database::num_rows($res) > 0) {
$row = Database::fetch_assoc($res);
$accumulateScormTime = $row['accumulate_scorm_time'];
}

Loading…
Cancel
Save