Passed
Push — master ( b96a0e...a163f8 )
by Nicolas
04:00 queued 10s
created
public/php/admin/docs/doc_type.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
 $smarty->assign("user_id", $_SESSION['user_id']);
35 35
 
36 36
 //Send all smarty variables to the templates
37
-$smarty->display("file:" . $cpanel_template_folder . "docs/doc_type.html");
37
+$smarty->display("file:".$cpanel_template_folder."docs/doc_type.html");
38 38
 
39 39
 //close the connection
40 40
 mysqli_free_result($result_doc_type);
Please login to merge, or discard this patch.
public/php/admin/docs/doc_category_edit.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
     }
50 50
 
51 51
     //Send all smarty variables to the templates
52
-    $smarty->display("file:" . $cpanel_template_folder . "docs/doc_category_edit.html");
52
+    $smarty->display("file:".$cpanel_template_folder."docs/doc_category_edit.html");
53 53
 }
54 54
 
55 55
 //close the connection
Please login to merge, or discard this patch.
public/php/admin/magazine/magazine_add.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,4 +33,4 @@
 block discarded – undo
33 33
 $smarty->assign('magazine_add_tpl', '1');
34 34
 
35 35
 //Send all smarty variables to the templates
36
-$smarty->display("file:" . $cpanel_template_folder . "magazine/magazine_add.html");
36
+$smarty->display("file:".$cpanel_template_folder."magazine/magazine_add.html");
Please login to merge, or discard this patch.
public/php/admin/magazine/magazine_issue_edit.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,4 +47,4 @@
 block discarded – undo
47 47
 ));
48 48
 
49 49
 //Send all smarty variables to the templates
50
-$smarty->display("file:" . $cpanel_template_folder . "magazine/magazine_issue_edit.html");
50
+$smarty->display("file:".$cpanel_template_folder."magazine/magazine_issue_edit.html");
Please login to merge, or discard this patch.
public/php/admin/magazine/magazine_review_score.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,4 +68,4 @@
 block discarded – undo
68 68
 }
69 69
 
70 70
 //Send all smarty variables to the templates
71
-$smarty->display("file:" . $cpanel_template_folder . "magazine/magazine_review_score.html");
71
+$smarty->display("file:".$cpanel_template_folder."magazine/magazine_review_score.html");
Please login to merge, or discard this patch.
public/php/admin/magazine/magazine_review_list.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,4 +41,4 @@
 block discarded – undo
41 41
 ));
42 42
 
43 43
 //Send all smarty variables to the templates
44
-$smarty->display("file:" . $cpanel_template_folder . "magazine/magazine_review_list.html");
44
+$smarty->display("file:".$cpanel_template_folder."magazine/magazine_review_list.html");
Please login to merge, or discard this patch.
public/php/admin/magazine/magazine_manage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,4 +31,4 @@
 block discarded – undo
31 31
 }
32 32
 
33 33
 //Send all smarty variables to the templates
34
-$smarty->display("file:" . $cpanel_template_folder . "magazine/magazine_manage.html");
34
+$smarty->display("file:".$cpanel_template_folder."magazine/magazine_manage.html");
Please login to merge, or discard this patch.
public/php/admin/magazine/magazine_setscore.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,4 +43,4 @@
 block discarded – undo
43 43
 ));
44 44
 
45 45
 //Send all smarty variables to the templates
46
-$smarty->display("file:" . $cpanel_template_folder . "magazine/magazine_setscore.html");
46
+$smarty->display("file:".$cpanel_template_folder."magazine/magazine_setscore.html");
Please login to merge, or discard this patch.
public/php/admin/magazine/magazine_edit.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,4 +50,4 @@
 block discarded – undo
50 50
 }
51 51
 
52 52
 //Send all smarty variables to the templates
53
-$smarty->display("file:" . $cpanel_template_folder . "magazine/magazine_edit.html");
53
+$smarty->display("file:".$cpanel_template_folder."magazine/magazine_edit.html");
Please login to merge, or discard this patch.