@ -1,4 +1,5 @@
<?php
/* For licensing terms, see /license.txt */
use Chamilo\CourseBundle\Entity\CExerciseCategory;
@ -117,7 +118,6 @@ class ExerciseCategoryManager extends Model
*/
public function save($params, $showQuery = false)
{
$courseId = api_get_course_int_id();
$em = Database::getManager();
$category = new CExerciseCategory();
$category
/* See license terms in /license.txt */
use Chamilo\CoreBundle\Component\Editor\Connector;
@ -15,8 +16,6 @@ use Symfony\Component\Filesystem\Filesystem;
* This is the export library for Chamilo.
* Include/require it in your code to use its functionality.
* Several functions below are adaptations from functions distributed by www.nexen.net.
*
* @package chamilo.library
class Export