Remove useless code

This commit is contained in:
Laurent Destailleur 2010-09-02 20:58:38 +00:00
parent dc3eb8bf78
commit bd68cfaf98

View File

@ -2876,9 +2876,7 @@ class Form
{ {
global $langs; global $langs;
$out=''; $out='<select id="'.$htmlname.'" '.($disabled?'disabled="true" ':'').'class="flat" name="'.$htmlname.'" '.($option != ''?$option:'').'>';
$out.='<select id="'.$htmlname.'" '.($disabled?'disabled="true" ':'').'class="flat" name="'.$htmlname.'" '.($option != ''?$option:'').'>';
if ($show_empty) if ($show_empty)
{ {