Fix queries, update id based on iid.

1.10.x
Julio Montoya 11 years ago
parent 54d2b9232d
commit bf4e9d3888
  1. 593
      main/inc/lib/blog.lib.php
  2. 2
      src/Chamilo/CourseBundle/Entity/CBlog.php

File diff suppressed because it is too large Load Diff

@ -33,8 +33,6 @@ class CBlog
* @var integer
*
* @ORM\Column(name="blog_id", type="integer")
* @ORM\Id
* @ORM\GeneratedValue(strategy="NONE")
*/
private $blogId;

Loading…
Cancel
Save