Completed
Pull Request — master (#5)
by Michael
01:46
created
class/common/SysUtility.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -23,9 +23,7 @@
 block discarded – undo
23 23
  * @author       Mamba <[email protected]>
24 24
  */
25 25
 
26
-use MyTextSanitizer;
27 26
 use XoopsFormDhtmlTextArea;
28
-use XoopsFormTextArea;
29 27
 use XoopsModules\Smallworld;
30 28
 use XoopsModules\Smallworld\Helper;
31 29
 
Please login to merge, or discard this patch.
friendinvite.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
  * @author       Michael Albertsen (http://culex.dk) <[email protected]>
21 21
  */
22 22
 
23
-use Xmf\Request;
24 23
 use XoopsModules\Smallworld;
25 24
 
26 25
 require_once __DIR__ . '/header.php';
Please login to merge, or discard this patch.
include/functions.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
  * @author       Michael Albertsen (http://culex.dk) <[email protected]>
21 21
  */
22 22
 
23
-use Xmf\Request;
24 23
 use XoopsModules\Smallworld;
25 24
 
26 25
 //require_once __DIR__ . '/common.php';
Please login to merge, or discard this patch.
admin/admin_header.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -20,8 +20,6 @@
 block discarded – undo
20 20
  * @author       Michael Albertsen (http://culex.dk) <[email protected]>
21 21
  */
22 22
 
23
-use XoopsModules\Smallworld;
24
-
25 23
 require_once dirname(dirname(dirname(__DIR__))) . '/include/cp_header.php';
26 24
 require_once dirname(__DIR__) . '/include/common.php';
27 25
 
Please login to merge, or discard this patch.
friends.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
  * @author       Michael Albertsen (http://culex.dk) <[email protected]>
21 21
  */
22 22
 
23
-use Xmf\Request;
24 23
 use XoopsModules\Smallworld;
25 24
 
26 25
 require_once __DIR__ . '/header.php';
Please login to merge, or discard this patch.
galleryshow.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
  * @author       Michael Albertsen (http://culex.dk) <[email protected]>
21 21
  */
22 22
 
23
-use Xmf\Request;
24 23
 use XoopsModules\Smallworld;
25 24
 
26 25
 require_once __DIR__ . '/header.php';
Please login to merge, or discard this patch.
image_edit_submit.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
  * @author       Michael Albertsen (http://culex.dk) <[email protected]>
21 21
  */
22 22
 
23
-use Xmf\Request;
24 23
 use XoopsModules\Smallworld;
25 24
 
26 25
 require_once __DIR__ . '/header.php';
Please login to merge, or discard this patch.
loadmore.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
  * @author       Michael Albertsen (http://culex.dk) <[email protected]>
21 21
  */
22 22
 
23
-use Xmf\Request;
24 23
 use XoopsModules\Smallworld;
25 24
 
26 25
 require_once __DIR__ . '/header.php';
Please login to merge, or discard this patch.
message_ajax.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
  * @author       Michael Albertsen (http://culex.dk) <[email protected]>
21 21
  */
22 22
 
23
-use Xmf\Request;
24 23
 use XoopsModules\Smallworld;
25 24
 
26 25
 require_once __DIR__ . '/header.php';
Please login to merge, or discard this patch.