Passed
Branch develop (d8ee8c)
by
unknown
104:18
created
htdocs/compta/prelevement/create.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -235,7 +235,7 @@
 block discarded – undo
235 235
 
236 236
 print '<tr><td>'.$langs->trans("AmountTotal").'</td>';
237 237
 print '<td class="amount nowraponall">';
238
-print price($pricetowithdraw, 0, $langs, 1,-1, -1, $conf->currency);
238
+print price($pricetowithdraw, 0, $langs, 1, -1, -1, $conf->currency);
239 239
 print '</td>';
240 240
 print '</tr>';
241 241
 
Please login to merge, or discard this patch.
htdocs/user/param_ihm.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -220,9 +220,9 @@
 block discarded – undo
220 220
 if ($reshook < 0) {
221 221
 	setEventMessages($hookmanager->error, $hookmanager->errors, 'errors');
222 222
 } elseif ($reshook > 0) {
223
-	$tmparray=$hookmanager->resArray;
223
+	$tmparray = $hookmanager->resArray;
224 224
 } elseif ($reshook == 0) {
225
-	$tmparray=array_merge($tmparray, $hookmanager->resArray);
225
+	$tmparray = array_merge($tmparray, $hookmanager->resArray);
226 226
 }
227 227
 
228 228
 $head = user_prepare_head($object);
Please login to merge, or discard this patch.