noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 28/29: Task #0002219 PHP 8.1 Compatibility


From: dwm
Subject: [Noalyss-commit] [noalyss] 28/29: Task #0002219 PHP 8.1 Compatibility
Date: Sat, 6 Jan 2024 05:59:17 -0500 (EST)

sparkyx pushed a commit to branch devel
in repository noalyss.

commit 9cc01d6787ecf782f29b6a0dbf842a0e60ebd951
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Sat Dec 30 16:30:24 2023 +0100

    Task #0002219 PHP 8.1 Compatibility
---
 include/opening.inc.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/opening.inc.php b/include/opening.inc.php
index 295c81044..18fa6cae9 100644
--- a/include/opening.inc.php
+++ b/include/opening.inc.php
@@ -250,7 +250,7 @@ if ($sa=='step4')
         $amount='amount'.$idx;
         $ck='ck'.$idx;
         $result[$qcode]=$row['j_qcode'];
-        if (trim($row['j_qcode'])=='')
+        if (trim($row['j_qcode']??"")=='')
             $result[$poste]=$row['j_poste'];
         $result[$amount]=abs($row['solde']);
         if ($row['solde']>0)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]