From 914f9a7ff894fe58c48eecfce33c41ce77deeff8 Mon Sep 17 00:00:00 2001 From: Luca Date: Mon, 13 Mar 2023 21:17:05 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20campo=20richiesta=20in=20fase=20di=20aggi?= =?UTF-8?q?unta=20attivit=C3=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/interventi/add.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/interventi/add.php b/modules/interventi/add.php index ed8f0593d..2742f4610 100755 --- a/modules/interventi/add.php +++ b/modules/interventi/add.php @@ -220,7 +220,7 @@ echo ' 'name' => 'richiesta', 'id' => 'richiesta_add', 'required' => 1, - 'value' => htmlentities($record['richiesta']), + 'value' => htmlentities($richiesta), 'extra' => 'style=\'max-height:80px;\'', ]); echo '