diff --git a/htdocs/product/reassort.php b/htdocs/product/reassort.php
index c0591e79062..90c616fcd6b 100644
--- a/htdocs/product/reassort.php
+++ b/htdocs/product/reassort.php
@@ -311,8 +311,8 @@ if ($resql)
print '
| ';
print ' | ';
print ' | ';
- $parameters=array();
- $reshook=$hookmanager->executeHooks('printFieldListOption', $parameters); // Note that $action and $object may have been modified by hook
+ $parameters = array();
+ $reshook = $hookmanager->executeHooks('printFieldListOption', $parameters); // Note that $action and $object may have been modified by hook
print $hookmanager->resPrint;
print '';
$searchpicto = $form->showFilterAndCheckAddButtons(0);
@@ -346,8 +346,8 @@ if ($resql)
print_liste_field_titre("ProductStatusOnSell", $_SERVER["PHP_SELF"], "p.tosell", $param, "", '', $sortfield, $sortorder, 'right ');
print_liste_field_titre("ProductStatusOnBuy", $_SERVER["PHP_SELF"], "p.tobuy", $param, "", '', $sortfield, $sortorder, 'right ');
// Hook fields
- $parameters=array('param'=>$param,'sortfield'=>$sortfield,'sortorder'=>$sortorder);
- $reshook=$hookmanager->executeHooks('printFieldListTitle', $parameters); // Note that $action and $object may have been modified by hook
+ $parameters = array('param'=>$param,'sortfield'=>$sortfield,'sortorder'=>$sortorder);
+ $reshook = $hookmanager->executeHooks('printFieldListTitle', $parameters); // Note that $action and $object may have been modified by hook
print $hookmanager->resPrint;
print_liste_field_titre('');
print "\n";
@@ -413,8 +413,8 @@ if ($resql)
print ' | '.$product->LibStatut($objp->statut, 5, 0).' | ';
print ''.$product->LibStatut($objp->tobuy, 5, 1).' | ';
// Fields from hook
- $parameters=array('obj'=>$objp);
- $reshook=$hookmanager->executeHooks('printFieldListValue', $parameters); // Note that $action and $object may have been modified by hook
+ $parameters = array('obj'=>$objp);
+ $reshook = $hookmanager->executeHooks('printFieldListValue', $parameters); // Note that $action and $object may have been modified by hook
print $hookmanager->resPrint;
print ' | ';
print "\n";