Minor - flint fixes

pull/3006/head
Julio Montoya 6 years ago
parent 9127231218
commit c2b3a2f5c7
  1. 1
      main/course_home/course_home.php
  2. 4
      src/CourseBundle/Component/CourseCopy/Course.php
  3. 1
      src/CourseBundle/Entity/CItemProperty.php

@ -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.
* 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
{

Loading…
Cancel
Save