[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 11/86: PHP8.2 compatility : strip_tags null
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] 11/86: PHP8.2 compatility : strip_tags null |
Date: |
Thu, 19 Sep 2024 02:41:48 -0400 (EDT) |
sparkyx pushed a commit to branch unstable
in repository noalyss.
commit b0638929af98acc482ac53b446589f476b2e3b71
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Mon Sep 2 20:05:36 2024 +0200
PHP8.2 compatility : strip_tags null
---
include/ajax/ajax_card.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/ajax/ajax_card.php b/include/ajax/ajax_card.php
index 2bba86e82..7e0dcf1f7 100644
--- a/include/ajax/ajax_card.php
+++ b/include/ajax/ajax_card.php
@@ -514,7 +514,7 @@ case 'fs':
$array[$i]['javascript']=sprintf("set_value('%s','%s');",
$inp,$array[$i]['quick_code']);
$array[$i]['javascript'].=sprintf("set_value('%s','%s');",
- $label,j(strip_tags($aFound[$i]['vw_name'])));
+ $label,j(noalyss_strip_tags($aFound[$i]['vw_name'])));
/* if it is a ledger of sales we use vw_buy
- [Noalyss-commit] [noalyss] 19/86: Cosmetic, (continued)
- [Noalyss-commit] [noalyss] 19/86: Cosmetic, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 34/86: RECONCILE : fix bug : sum incorrect if several items, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 53/86: Merge branch 'stable' into unstable, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 59/86: Set the DB to the version 202 for NOALYSS9.3 correct make-sql, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 66/86: Cosmetic , missing bcscale and code cleaning, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 56/86: Merge branch 'stable' into pre-stable, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 75/86: CSS font h2, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 78/86: add detail, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 80/86: Cosmetic : animate bar menu, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 84/86: color, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 11/86: PHP8.2 compatility : strip_tags null,
dwm <=
- [Noalyss-commit] [noalyss] 20/86: C0MENU : bug javascript Uniquement note de débit ou crédit ne fonctionne pas, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 76/86: Merge branch 'pre-stable' into stable, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 26/86: Cosmetic add inner_box2, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 43/86: Fix Create user , password not set, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 02/86: Merge branch 'pre-stable' into stable, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 14/86: Cosmetic #0002375: Menu COMPTA/LET/LETCARD : le nom de la fiche n'apparaît pas., dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 13/86: PHP8.2 compatility : strip_tags null, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 22/86: Cosmetic, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 24/86: Cosmetic add inner_box2, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 30/86: RECONCILE : remove direct access to, dwm, 2024/09/19