diff --git a/htdocs/core/class/html.formprojet.class.php b/htdocs/core/class/html.formprojet.class.php index 07723c0f007..450057cba1f 100644 --- a/htdocs/core/class/html.formprojet.class.php +++ b/htdocs/core/class/html.formprojet.class.php @@ -226,11 +226,11 @@ class FormProjets $out.= $resultat; $outarray[] = array( - 'key' => (int)$obj->rowid, + 'key' => (int) $obj->rowid, 'value' => $obj->ref, 'ref' => $obj->ref, 'label' => $labeltoshow, - 'disabled' => (bool)$disabled + 'disabled' => (bool) $disabled ); } }