diff --git a/main/newscorm/lp_stats.php b/main/newscorm/lp_stats.php index a214d8f50c..87577d9be5 100644 --- a/main/newscorm/lp_stats.php +++ b/main/newscorm/lp_stats.php @@ -203,7 +203,8 @@ foreach ($list as $my_item_id) { } else { $oddclass = "row_even"; } - if ($inter_num) { + $extend_link=''; + if (!empty($inter_num)) { $extend_link = 'fold_view' . "\n"; } $title = $row['mytitle'];