Completed
Push — 1.10.x ( 9e3317...fcbc7e )
by Angel Fernando Quiroz
31:56
created
main/forum/viewforum.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -22,8 +22,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
main/inc/lib/formvalidator/FormValidator.class.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,8 +1,6 @@
 block discarded – undo
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.
Please login to merge, or discard this patch.
main/work/edit.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,8 +1,6 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
main/work/upload_from_template.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,8 +1,6 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
main/work/work_list.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,8 +1,6 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
main/work/work_list_all.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,8 +1,6 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.