From aabfdfa21239789d52df9a0c9630704566ed14d7 Mon Sep 17 00:00:00 2001 From: kevin Date: Fri, 25 Feb 2022 09:20:36 +0100 Subject: [PATCH] Format code --- htdocs/core/class/html.form.class.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index 7bc80ae6107..2d5146ced91 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -5203,9 +5203,7 @@ class Form if ($selected) { $projet = new Project($this->db); $projet->fetch($selected); - $out .= $projet->getNomUrl(1, '', 1); - } else { $out .= " "; }