diff --git a/htdocs/exports/export.php b/htdocs/exports/export.php index 4a7a192ebd5..43a76d77ad5 100644 --- a/htdocs/exports/export.php +++ b/htdocs/exports/export.php @@ -86,7 +86,7 @@ if ($action=='selectfield') if ($action=='unselectfield') { unset($array_selected[$_GET["field"]]); - // Renumerote champs de array_selected (de 1 à nb_elements) + // Renumerote champs de array_selected (de 1 � nb_elements) asort($array_selected); $i=0; $array_selected_save=$array_selected; @@ -104,7 +104,7 @@ if ($action=='downfield' || $action=='upfield') $pos=$array_selected[$_GET["field"]]; if ($action=='downfield') $newpos=$pos+1; if ($action=='upfield') $newpos=$pos-1; - // Recherche code avec qui switché + // Recherche code avec qui switch� $newcode=""; foreach($array_selected as $code=>$value) { @@ -115,7 +115,7 @@ if ($action=='downfield' || $action=='upfield') } } //print("Switch pos=$pos (code=".$_GET["field"].") and newpos=$newpos (code=$newcode)"); - if ($newcode) // Si newcode trouvé (prtoection contre resoumission de page + if ($newcode) // Si newcode trouv� (prtoection contre resoumission de page { $array_selected[$_GET["field"]]=$newpos; $array_selected[$newcode]=$pos; @@ -131,7 +131,7 @@ if ($step == 1 || $action == 'cleanselect') if ($action == 'builddoc') { - // Genère le fichier + // Gen�re le fichier $result=$objexport->build_file($user, $_POST['model'], $datatoexport, $array_selected); if ($result < 0) { @@ -293,14 +293,14 @@ if ($step == 2 && $datatoexport) print $objexport->array_export_module[0]->getName(); print ''; - // Lot de données à exporter + // Lot de donn�es � exporter print '