From e908118db8774d9b5cd65dadba5258ef048690ff Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Wed, 22 Jun 2022 11:52:58 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/fichinter/index.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/fichinter/index.php b/htdocs/fichinter/index.php index d4940ccb806..0b079e3f22d 100644 --- a/htdocs/fichinter/index.php +++ b/htdocs/fichinter/index.php @@ -98,7 +98,6 @@ if ($resql) { // -1=Canceled, 0=Draft, 1=Validated, 2=Accepted/On process, 3=Closed (Sent/Received, billed or not) if ($num>0) { while ($row = $db->fetch_row($resql)) { - if (!isset($vals[$row[1]])) { $vals[$row[1]] = 0; }