@@ -20,7 +20,6 @@ |
||
| 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'; |
@@ -53,7 +53,7 @@ |
||
| 53 | 53 | * If array check for magicQuotes. |
| 54 | 54 | * Pass string to XoopsModules\Smallworld\MyFunctions\cleanupString function |
| 55 | 55 | * |
| 56 | - * @param array|string $text |
|
| 56 | + * @param string $text |
|
| 57 | 57 | * @return array|mixed |
| 58 | 58 | */ |
| 59 | 59 | function smallworld_cleanup($text) |
@@ -20,9 +20,7 @@ |
||
| 20 | 20 | * @author Michael Albertsen (http://culex.dk) <[email protected]> |
| 21 | 21 | */ |
| 22 | 22 | |
| 23 | -use Xmf\Request; |
|
| 24 | 23 | use XoopsModules\Smallworld; |
| 25 | -use XoopsModules\Smallworld\Constants; |
|
| 26 | 24 | require_once __DIR__ . '/header.php'; |
| 27 | 25 | |
| 28 | 26 | /** @var \XoopsModules\Smallworld\Helper $helper */ |