@@ -22,8 +22,6 @@ |
||
22 | 22 | * @package chamilo.forum |
23 | 23 | */ |
24 | 24 | |
25 | -use ChamiloSession as Session; |
|
26 | - |
|
27 | 25 | // Including the global initialization file. |
28 | 26 | require_once '../inc/global.inc.php'; |
29 | 27 | $current_course_tool = TOOL_FORUM; |
@@ -1,8 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | /* For licensing terms, see /license.txt */ |
3 | 3 | |
4 | -use ChamiloSession as Session; |
|
5 | - |
|
6 | 4 | /** |
7 | 5 | * Class FormValidator |
8 | 6 | * create/manipulate/validate user input. |
@@ -1,8 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | /* For licensing terms, see /license.txt */ |
3 | 3 | |
4 | -use ChamiloSession as Session; |
|
5 | - |
|
6 | 4 | require_once '../inc/global.inc.php'; |
7 | 5 | $current_course_tool = TOOL_STUDENTPUBLICATION; |
8 | 6 |
@@ -1,8 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | /* For licensing terms, see /license.txt */ |
3 | 3 | |
4 | -use ChamiloSession as Session; |
|
5 | - |
|
6 | 4 | require_once '../inc/global.inc.php'; |
7 | 5 | $current_course_tool = TOOL_STUDENTPUBLICATION; |
8 | 6 |
@@ -1,8 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | /* For licensing terms, see /license.txt */ |
3 | 3 | |
4 | -use ChamiloSession as Session; |
|
5 | - |
|
6 | 4 | require_once '../inc/global.inc.php'; |
7 | 5 | $current_course_tool = TOOL_STUDENTPUBLICATION; |
8 | 6 |
@@ -1,8 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | /* For licensing terms, see /license.txt */ |
3 | 3 | |
4 | -use ChamiloSession as Session; |
|
5 | - |
|
6 | 4 | require_once '../inc/global.inc.php'; |
7 | 5 | $current_course_tool = TOOL_STUDENTPUBLICATION; |
8 | 6 |
@@ -1,8 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | /* For licensing terms, see /license.txt */ |
3 | 3 | |
4 | -use Chamilo\CourseBundle\Entity\CSurveyInvitation, |
|
5 | - Doctrine\Common\Collections\Criteria; |
|
4 | +use Chamilo\CourseBundle\Entity\CSurveyInvitation; |
|
6 | 5 | |
7 | 6 | /** |
8 | 7 | * Class SurveyManager |