fix html.form.class.php
This commit is contained in:
parent
52ec95d7bf
commit
ae3b9970dd
@ -7286,7 +7286,7 @@ class Form
|
||||
$out .= $this->selectProjectsList($selected, $htmlname, $filtertype, $limit, $status, 0, $socid, $showempty, $forcecombo, $morecss);
|
||||
}
|
||||
|
||||
if (!empty($nooutput)) print $out;
|
||||
if (empty($nooutput)) print $out;
|
||||
else return $out;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user