@ -325,7 +325,6 @@ if ($documentAutoLaunch == 1) {
}
$tool_table = Database::get_course_table(TABLE_TOOL_LIST);
/* Introduction section (editable by course admins) */
@ -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
{