From df585c21eec8bf9b9b9db141388bb49d7c2aea71 Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Wed, 22 Jun 2022 11:31:47 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/comm/index.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/comm/index.php b/htdocs/comm/index.php index 3b22c018eba..fd820b2de6a 100644 --- a/htdocs/comm/index.php +++ b/htdocs/comm/index.php @@ -539,7 +539,6 @@ if (!empty($conf->ficheinter->enabled)) { $resql = $db->query($sql); if ($resql) { - $num = $db->num_rows($resql); $nbofloop = min($num, $maxofloop);