noalyss-commit
[Top][All Lists]
Advanced

[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);
 
 



reply via email to

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