noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 01/01: Cosmetic bug : make_array wasn't able


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 01/01: Cosmetic bug : make_array wasn't able to manage accent and quote
Date: Tue, 16 May 2023 14:50:20 -0400 (EDT)

sparkyx pushed a commit to branch devel
in repository noalyss.

commit d2d8c361f83e2032895df65b19de8011a79f2681
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Tue May 16 20:49:44 2023 +0200

    Cosmetic bug : make_array wasn't able to manage accent and quote
---
 include/lib/database_core.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/lib/database_core.class.php 
b/include/lib/database_core.class.php
index c41ea7cbe..5af3f84b5 100644
--- a/include/lib/database_core.class.php
+++ b/include/lib/database_core.class.php
@@ -676,7 +676,7 @@ class DatabaseCore
         if ($p_null == 1) {
             for ($i = $max; $i != 0; $i--) {
                 $r[$i]['value'] = $r[$i - 1]['value'];
-                $r[$i]['label'] = h($r[$i - 1]['label']);
+                $r[$i]['label'] = $r[$i - 1]['label'];
             }
             $r[0]['value'] = -1;
             $r[0]['label'] = " ";



reply via email to

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