Passed
Branch develop (92bdcd)
by Laurent
32:39
created
htdocs/accountancy/admin/categories.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -132,8 +132,8 @@
 block discarded – undo
132 132
 
133 133
 if ($action == 'display' || $action == 'delete') {
134 134
 
135
-    print "<table class='noborder' width='100%'>\n";
136
-    print '<tr class="liste_titre">';
135
+	print "<table class='noborder' width='100%'>\n";
136
+	print '<tr class="liste_titre">';
137 137
 	print '<td class="liste_titre">'.$langs->trans("AccountAccounting")."</td>";
138 138
 	print '<td class="liste_titre" colspan="2">'.$langs->trans("Label")."</td>";
139 139
 	print "</tr>\n";
Please login to merge, or discard this patch.
htdocs/asset/admin/assets_type_extrafields.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -97,7 +97,7 @@  discard block
 block discarded – undo
97 97
 	print "<br>";
98 98
 	print load_fiche_titre($langs->trans('NewAttribute'));
99 99
 
100
-    require DOL_DOCUMENT_ROOT.'/core/tpl/admin_extrafields_add.tpl.php';
100
+	require DOL_DOCUMENT_ROOT.'/core/tpl/admin_extrafields_add.tpl.php';
101 101
 }
102 102
 
103 103
 /* ************************************************************************** */
@@ -110,7 +110,7 @@  discard block
 block discarded – undo
110 110
 	print "<br>";
111 111
 	print load_fiche_titre($langs->trans("FieldEdition", $attrname));
112 112
 
113
-    require DOL_DOCUMENT_ROOT.'/core/tpl/admin_extrafields_edit.tpl.php';
113
+	require DOL_DOCUMENT_ROOT.'/core/tpl/admin_extrafields_edit.tpl.php';
114 114
 }
115 115
 
116 116
 // End of page
Please login to merge, or discard this patch.
htdocs/user/admin/user_extrafields.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -98,7 +98,7 @@  discard block
 block discarded – undo
98 98
 	print '<br><div id="newattrib"></div>';
99 99
 	print load_fiche_titre($langs->trans('NewAttribute'));
100 100
 
101
-    require DOL_DOCUMENT_ROOT.'/core/tpl/admin_extrafields_add.tpl.php';
101
+	require DOL_DOCUMENT_ROOT.'/core/tpl/admin_extrafields_add.tpl.php';
102 102
 }
103 103
 
104 104
 /* ************************************************************************** */
@@ -111,7 +111,7 @@  discard block
 block discarded – undo
111 111
 	print "<br>";
112 112
 	print load_fiche_titre($langs->trans("FieldEdition", $attrname));
113 113
 
114
-    require DOL_DOCUMENT_ROOT.'/core/tpl/admin_extrafields_edit.tpl.php';
114
+	require DOL_DOCUMENT_ROOT.'/core/tpl/admin_extrafields_edit.tpl.php';
115 115
 }
116 116
 
117 117
 // End of page
Please login to merge, or discard this patch.
htdocs/projet/admin/project_task_extrafields.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -97,7 +97,7 @@  discard block
 block discarded – undo
97 97
 	print "<br>";
98 98
 	print load_fiche_titre($langs->trans('NewAttribute'));
99 99
 
100
-    require DOL_DOCUMENT_ROOT.'/core/tpl/admin_extrafields_add.tpl.php';
100
+	require DOL_DOCUMENT_ROOT.'/core/tpl/admin_extrafields_add.tpl.php';
101 101
 }
102 102
 
103 103
 /* ************************************************************************** */
@@ -110,7 +110,7 @@  discard block
 block discarded – undo
110 110
 	print "<br>";
111 111
 	print load_fiche_titre($langs->trans("FieldEdition", $attrname));
112 112
 
113
-    require DOL_DOCUMENT_ROOT.'/core/tpl/admin_extrafields_edit.tpl.php';
113
+	require DOL_DOCUMENT_ROOT.'/core/tpl/admin_extrafields_edit.tpl.php';
114 114
 }
115 115
 
116 116
 // End of page
Please login to merge, or discard this patch.
htdocs/projet/admin/project_extrafields.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -97,7 +97,7 @@  discard block
 block discarded – undo
97 97
 	print "<br>";
98 98
 	print load_fiche_titre($langs->trans('NewAttribute'));
99 99
 
100
-    require DOL_DOCUMENT_ROOT.'/core/tpl/admin_extrafields_add.tpl.php';
100
+	require DOL_DOCUMENT_ROOT.'/core/tpl/admin_extrafields_add.tpl.php';
101 101
 }
102 102
 
103 103
 /* ************************************************************************** */
@@ -110,7 +110,7 @@  discard block
 block discarded – undo
110 110
 	print "<br>";
111 111
 	print load_fiche_titre($langs->trans("FieldEdition", $attrname));
112 112
 
113
-    require DOL_DOCUMENT_ROOT.'/core/tpl/admin_extrafields_edit.tpl.php';
113
+	require DOL_DOCUMENT_ROOT.'/core/tpl/admin_extrafields_edit.tpl.php';
114 114
 }
115 115
 
116 116
 // End of page
Please login to merge, or discard this patch.
htdocs/public/donations/donateurs_code.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
32 32
  */
33 33
 function llxHeaderVierge()
34 34
 {
35
-    print '<html><title>Export agenda cal</title><body>';
35
+	print '<html><title>Export agenda cal</title><body>';
36 36
 }
37 37
 /**
38 38
  * Header function
@@ -41,7 +41,7 @@  discard block
 block discarded – undo
41 41
  */
42 42
 function llxFooterVierge()
43 43
 {
44
-    print '</body></html>';
44
+	print '</body></html>';
45 45
 }
46 46
 
47 47
 require '../../main.inc.php';
Please login to merge, or discard this patch.
htdocs/asterisk/cidlookup.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -35,8 +35,8 @@
 block discarded – undo
35 35
 // Security check
36 36
 if (empty($conf->clicktodial->enabled))
37 37
 {
38
-    print "Error: Module Click to dial is not enabled.\n";
39
-    exit;
38
+	print "Error: Module Click to dial is not enabled.\n";
39
+	exit;
40 40
 }
41 41
 
42 42
 // Check parameters
Please login to merge, or discard this patch.
htdocs/variants/class/ProductCombination2ValuePair.class.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -52,15 +52,15 @@
 block discarded – undo
52 52
 	 */
53 53
 	public $fk_prod_attr_val;
54 54
 
55
-    /**
56
-     * Constructor
57
-     *
58
-     * @param   DoliDB $db     Database handler
59
-     */
60
-    public function __construct(DoliDB $db)
61
-    {
62
-        $this->db = $db;
63
-    }
55
+	/**
56
+	 * Constructor
57
+	 *
58
+	 * @param   DoliDB $db     Database handler
59
+	 */
60
+	public function __construct(DoliDB $db)
61
+	{
62
+		$this->db = $db;
63
+	}
64 64
 
65 65
 	/**
66 66
 	 * Translates this class to a human-readable string
Please login to merge, or discard this patch.
htdocs/adherents/admin/adherent_extrafields.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -97,7 +97,7 @@  discard block
 block discarded – undo
97 97
 	print '<div name="topofform"></div><br>';
98 98
 	print load_fiche_titre($langs->trans('NewAttribute'));
99 99
 
100
-    require DOL_DOCUMENT_ROOT.'/core/tpl/admin_extrafields_add.tpl.php';
100
+	require DOL_DOCUMENT_ROOT.'/core/tpl/admin_extrafields_add.tpl.php';
101 101
 }
102 102
 
103 103
 /* ************************************************************************** */
@@ -110,7 +110,7 @@  discard block
 block discarded – undo
110 110
 	print '<div name="topofform"></div><br>';
111 111
 	print load_fiche_titre($langs->trans("FieldEdition", $attrname));
112 112
 
113
-    require DOL_DOCUMENT_ROOT.'/core/tpl/admin_extrafields_edit.tpl.php';
113
+	require DOL_DOCUMENT_ROOT.'/core/tpl/admin_extrafields_edit.tpl.php';
114 114
 }
115 115
 
116 116
 // End of page
Please login to merge, or discard this patch.