[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 15/16: Fix bug : wrong function name
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] 15/16: Fix bug : wrong function name |
Date: |
Tue, 27 May 2025 09:26:10 -0400 (EDT) |
sparkyx pushed a commit to branch unstable
in repository noalyss.
commit cde20e383f2f516608a3199668d428f885206d21
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Thu May 22 00:05:20 2025 +0200
Fix bug : wrong function name
---
scenario/EXPORT/export-export_histo_csv.php-1730456264.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scenario/EXPORT/export-export_histo_csv.php-1730456264.php
b/scenario/EXPORT/export-export_histo_csv.php-1730456264.php
index 5bdc8ede6..195f1559f 100644
--- a/scenario/EXPORT/export-export_histo_csv.php-1730456264.php
+++ b/scenario/EXPORT/export-export_histo_csv.php-1730456264.php
@@ -66,6 +66,6 @@ if (trim($result) != '') {
} else {
echo p('result failed','class="notice"');
}
-csv2table($result);
+\Noalyss_Csv::csv2table($result);
- [Noalyss-commit] [noalyss] 02/16: FONT MONSERRAT ROBOTO Title and menu, (continued)
- [Noalyss-commit] [noalyss] 02/16: FONT MONSERRAT ROBOTO Title and menu, dwm, 2025/05/27
- [Noalyss-commit] [noalyss] 05/16: FREC : checkbox, checked by range, hidden elements must not be checked, dwm, 2025/05/27
- [Noalyss-commit] [noalyss] 08/16: Improve Code: Database : add __toString, dwm, 2025/05/27
- [Noalyss-commit] [noalyss] 14/16: Add column timestamp for table TOOL_UOS, dwm, 2025/05/27
- [Noalyss-commit] [noalyss] 01/16: Code Improve : Data_SQL, dwm, 2025/05/27
- [Noalyss-commit] [noalyss] 06/16: FIX bug due changes Data_SQL, dwm, 2025/05/27
- [Noalyss-commit] [noalyss] 07/16: Detail Operation for small screen, dwm, 2025/05/27
- [Noalyss-commit] [noalyss] 09/16: Code Improve : Single_Record, dwm, 2025/05/27
- [Noalyss-commit] [noalyss] 12/16: Data_SQL if we use $this->sql , then must be set SQL, dwm, 2025/05/27
- [Noalyss-commit] [noalyss] 13/16: Data_SQL if column doesn't exist, dwm, 2025/05/27
- [Noalyss-commit] [noalyss] 15/16: Fix bug : wrong function name,
dwm <=
- [Noalyss-commit] [noalyss] 11/16: CSS : cosmetic : font in a variable + outline input text in orange, dwm, 2025/05/27
- [Noalyss-commit] [noalyss] 16/16: PHP8.3 comptability, dynamic members, dwm, 2025/05/27