@ -325,7 +325,6 @@ if ($documentAutoLaunch == 1) {
}
$tool_table = Database::get_course_table(TABLE_TOOL_LIST);
/* Introduction section (editable by course admins) */
@ -71,8 +71,8 @@ class Course
* Does this course has resources?
*
* @param int $type Check if this course has resources of the
* given type. If no type is given, check if course has resources of any
* type.
* @return bool
*/
@ -16,7 +16,6 @@ use Doctrine\ORM\Mapping as ORM;
* @ORM\Index(name="idx_item_property_visibility", columns={"visibility"}),
* })
* @ORM\Entity(repositoryClass="Chamilo\CoreBundle\Repository\ItemPropertyRepository")
class CItemProperty
{