@@ -235,7 +235,7 @@ |
||
| 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 | |
@@ -220,9 +220,9 @@ |
||
| 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); |