From 3cfeba011306463dbbad1a1acaacb635feff28db Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 9 Apr 2019 01:23:27 +0200 Subject: [PATCH] Standardize code --- htdocs/product/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/list.php b/htdocs/product/list.php index 60efe50eb84..56d8b0bc504 100644 --- a/htdocs/product/list.php +++ b/htdocs/product/list.php @@ -428,7 +428,7 @@ if ($resql) //'presend'=>$langs->trans("SendByMail"), //'builddoc'=>$langs->trans("PDFMerge"), ); - if ($user->rights->produit->supprimer) $arrayofmassactions['predelete']=''.$langs->trans("Delete"); + if ($user->rights->produit->supprimer) $arrayofmassactions['predelete']="".$langs->trans("Delete"); if (in_array($massaction, array('presend','predelete'))) $arrayofmassactions=array(); $massactionbutton=$form->selectMassAction('', $arrayofmassactions);