Minor Fixed text out the box - clip texto_fuera_de_la_caja CT#462

skala
Arthur Portugal 15 years ago
parent a08df03b23
commit b8f558e77c
  1. 9
      main/newscorm/learnpath.class.php

@ -7722,12 +7722,11 @@ class learnpath {
}
$return .= $this->write_resources_tree($resources_sorted);
$return .= '</div>';
if (Database :: num_rows($res_doc) == 0)
if (Database :: num_rows($res_doc) == 0)
$return .= '<div class="lp_resource_element">' . get_lang("NoDocuments") . '</div>';
$return .= '</div>';
return $return;
}

Loading…
Cancel
Save