Completed
Pull Request — master (#624)
by Michael
24:05
created
htdocs/modules/logger/language/english/admin.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
  * @version         $Id$
17 17
  */
18 18
 
19
-define('_MA_LOGGER_PERMISSION_FORM','Legacy Logger Usage Permissions');
20
-define('_MA_LOGGER_PERMISSION_GROUPS','Select groups that may use the Logger');
21
-define('_MA_LOGGER_FORM_SUBMIT','Save');
22
-define('_MA_LOGGER_FORM_PROCESSED','Permissions updated.');
19
+define('_MA_LOGGER_PERMISSION_FORM', 'Legacy Logger Usage Permissions');
20
+define('_MA_LOGGER_PERMISSION_GROUPS', 'Select groups that may use the Logger');
21
+define('_MA_LOGGER_FORM_SUBMIT', 'Save');
22
+define('_MA_LOGGER_FORM_PROCESSED', 'Permissions updated.');
Please login to merge, or discard this patch.
htdocs/modules/pm/admin/prune.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
  * @author          Jan Pedersen
24 24
  * @author          Taiwen Jiang <[email protected]>
25 25
  */
26
-include __DIR__ . '/header.php';
26
+include __DIR__.'/header.php';
27 27
 
28 28
 $xoops = Xoops::getInstance();
29 29
 $xoops->header();
Please login to merge, or discard this patch.
htdocs/modules/pm/admin/header.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,6 +19,6 @@
 block discarded – undo
19 19
  * @author          Taiwen Jiang <[email protected]>
20 20
  */
21 21
 
22
-require_once dirname(dirname(dirname(__DIR__))) . '/include/cp_header.php';
22
+require_once dirname(dirname(dirname(__DIR__))).'/include/cp_header.php';
23 23
 
24 24
 $xoops = Xoops::getInstance();
Please login to merge, or discard this patch.
htdocs/modules/pm/class/plugin/usermenu.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
 
33 33
         $name = XoopsLocale::INBOX;
34 34
         if ($pm_count = $pm_handler->getCount($criteria)) {
35
-            $name = XoopsLocale::INBOX . ' <span class="badge">' . $pm_count . '</span>';
35
+            $name = XoopsLocale::INBOX.' <span class="badge">'.$pm_count.'</span>';
36 36
         }
37 37
 
38 38
         $ret[] = [
Please login to merge, or discard this patch.
htdocs/modules/schematool/admin/about.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
  * @author          Richard Griffith <[email protected]>
16 16
  */
17 17
 
18
-require __DIR__ . '/admin_header.php';
18
+require __DIR__.'/admin_header.php';
19 19
 
20 20
 $aboutAdmin = new \Xoops\Module\Admin();
21 21
 
Please login to merge, or discard this patch.
htdocs/modules/schematool/admin/admin_header.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
  * @author          Richard Griffith <[email protected]>
16 16
  */
17 17
 
18
-require_once dirname(dirname(dirname(__DIR__))) . '/include/cp_header.php';
18
+require_once dirname(dirname(dirname(__DIR__))).'/include/cp_header.php';
19 19
 
20 20
 $xoops = Xoops::getInstance();
21 21
 $xoops->header();
Please login to merge, or discard this patch.
htdocs/modules/schematool/admin/index.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
  * @author          Richard Griffith <[email protected]>
16 16
  */
17 17
 
18
-require __DIR__ . '/admin_header.php';
18
+require __DIR__.'/admin_header.php';
19 19
 
20 20
 $indexAdmin = new \Xoops\Module\Admin();
21 21
 $indexAdmin->displayNavigation('index.php');
Please login to merge, or discard this patch.
htdocs/modules/schematool/language/english/modinfo.php 1 patch
Spacing   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -2,12 +2,12 @@
 block discarded – undo
2 2
 define('_MI_SCHEMATOOL_NAME', 'Schema Tool');
3 3
 define('_MI_SCHEMATOOL_DESC', 'Developer tool to create schema files.');
4 4
 
5
-define('_MI_SCHEMATOOL_ADMIN_INDEX','Home');
6
-define('_MI_SCHEMATOOL_ADMIN_ABOUT','About');
7
-define('_MI_SCHEMATOOL_ADMIN_TOOL','Schema');
5
+define('_MI_SCHEMATOOL_ADMIN_INDEX', 'Home');
6
+define('_MI_SCHEMATOOL_ADMIN_ABOUT', 'About');
7
+define('_MI_SCHEMATOOL_ADMIN_TOOL', 'Schema');
8 8
 
9
-define('_MI_SCHEMATOOL_TITLE','Schema Tool');
10
-define('_MI_SCHEMATOOL_FORM_CAPTION','Select module');
11
-define('_MI_SCHEMATOOL_EXPORT_SCHEMA','Exportable Schema');
12
-define('_MI_SCHEMATOOL_TITLE_NO_TABLES','No Tables');
13
-define('_MI_SCHEMATOOL_MSG_NO_TABLES','The module "%s" does not have any database tables.');
9
+define('_MI_SCHEMATOOL_TITLE', 'Schema Tool');
10
+define('_MI_SCHEMATOOL_FORM_CAPTION', 'Select module');
11
+define('_MI_SCHEMATOOL_EXPORT_SCHEMA', 'Exportable Schema');
12
+define('_MI_SCHEMATOOL_TITLE_NO_TABLES', 'No Tables');
13
+define('_MI_SCHEMATOOL_MSG_NO_TABLES', 'The module "%s" does not have any database tables.');
Please login to merge, or discard this patch.
htdocs/modules/smilies/include/popup.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
  * @author          Mage Grégory (AKA Mage)
23 23
  */
24 24
 
25
-include dirname(dirname(dirname(__DIR__))) . '/mainfile.php';
25
+include dirname(dirname(dirname(__DIR__))).'/mainfile.php';
26 26
 
27 27
 $xoops = Xoops::getInstance();
28 28
 $xoops->logger()->quiet();
Please login to merge, or discard this patch.