Completed
Push — master ( 6c5294...348995 )
by Michael
02:27
created
comment_new.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -6,5 +6,5 @@
 block discarded – undo
6 6
  * Licence: GNU
7 7
  */
8 8
 
9
-include dirname(dirname(__DIR__)) . '/mainfile.php';
10
-include_once XOOPS_ROOT_PATH . '/include/comment_new.php';
9
+include dirname(dirname(__DIR__)).'/mainfile.php';
10
+include_once XOOPS_ROOT_PATH.'/include/comment_new.php';
Please login to merge, or discard this patch.
admin/about.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@  discard block
 block discarded – undo
17 17
  * @author       XOOPS Development Team
18 18
  */
19 19
 
20
-include_once __DIR__ . '/admin_header.php';
20
+include_once __DIR__.'/admin_header.php';
21 21
 
22 22
 xoops_cp_header();
23 23
 
@@ -26,4 +26,4 @@  discard block
 block discarded – undo
26 26
 echo $aboutAdmin->addNavigation(basename(__FILE__));
27 27
 echo $aboutAdmin->renderAbout('6KJ7RW5DR3VTJ', false);
28 28
 
29
-include_once __DIR__ . '/admin_footer.php';
29
+include_once __DIR__.'/admin_footer.php';
Please login to merge, or discard this patch.
include/comment_functions.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
 function smartfaq_com_update($faq_id, $total_num)
12 12
 {
13 13
     $db  = XoopsDatabaseFactory::getDatabaseConnection();
14
-    $sql = 'UPDATE ' . $db->prefix('smartfaq_faq') . ' SET comments = ' . $total_num . ' WHERE faqid = ' . $faq_id;
14
+    $sql = 'UPDATE '.$db->prefix('smartfaq_faq').' SET comments = '.$total_num.' WHERE faqid = '.$faq_id;
15 15
     $db->query($sql);
16 16
 }
17 17
 
Please login to merge, or discard this patch.
comment_post.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -6,5 +6,5 @@
 block discarded – undo
6 6
  * Licence: GNU
7 7
  */
8 8
 
9
-include dirname(dirname(__DIR__)) . '/mainfile.php';
10
-include_once XOOPS_ROOT_PATH . '/include/comment_post.php';
9
+include dirname(dirname(__DIR__)).'/mainfile.php';
10
+include_once XOOPS_ROOT_PATH.'/include/comment_post.php';
Please login to merge, or discard this patch.
notification_update.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -6,5 +6,5 @@
 block discarded – undo
6 6
  * Licence: GNU
7 7
  */
8 8
 
9
-include dirname(dirname(__DIR__)) . '/mainfile.php';
10
-include XOOPS_ROOT_PATH . '/include/notification_update.php';
9
+include dirname(dirname(__DIR__)).'/mainfile.php';
10
+include XOOPS_ROOT_PATH.'/include/notification_update.php';
Please login to merge, or discard this patch.
comment_delete.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -6,5 +6,5 @@
 block discarded – undo
6 6
  * Licence: GNU
7 7
  */
8 8
 
9
-include dirname(dirname(__DIR__)) . '/mainfile.php';
10
-include_once XOOPS_ROOT_PATH . '/include/comment_delete.php';
9
+include dirname(dirname(__DIR__)).'/mainfile.php';
10
+include_once XOOPS_ROOT_PATH.'/include/comment_delete.php';
Please login to merge, or discard this patch.
comment_edit.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -6,5 +6,5 @@
 block discarded – undo
6 6
  * Licence: GNU
7 7
  */
8 8
 
9
-include dirname(dirname(__DIR__)) . '/mainfile.php';
10
-include_once XOOPS_ROOT_PATH . '/include/comment_edit.php';
9
+include dirname(dirname(__DIR__)).'/mainfile.php';
10
+include_once XOOPS_ROOT_PATH.'/include/comment_edit.php';
Please login to merge, or discard this patch.