From 02f5fe0cdcd0e631bfc496d7386e9b36e23f0f9c Mon Sep 17 00:00:00 2001 From: MatteoPistorello Date: Thu, 24 Feb 2022 16:42:36 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20conteggio=20righe=20collegate=20ad=20unit?= =?UTF-8?q?=C3=A0=20di=20misura?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/misure/edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/misure/edit.php b/modules/misure/edit.php index c191a87a4..b94f6d4ae 100755 --- a/modules/misure/edit.php +++ b/modules/misure/edit.php @@ -52,7 +52,7 @@ if (!empty($righe)) { echo '
'.tr('Ci sono _NUM_ righe collegate', [ - '_NUM_' => count($righe), + '_NUM_' => $righe, ]).'.
'; }