Format code
This commit is contained in:
parent
d2cbead203
commit
aabfdfa212
@ -5203,9 +5203,7 @@ class Form
|
|||||||
if ($selected) {
|
if ($selected) {
|
||||||
$projet = new Project($this->db);
|
$projet = new Project($this->db);
|
||||||
$projet->fetch($selected);
|
$projet->fetch($selected);
|
||||||
|
|
||||||
$out .= $projet->getNomUrl(1, '', 1);
|
$out .= $projet->getNomUrl(1, '', 1);
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
$out .= " ";
|
$out .= " ";
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user