From cde20e383f2f516608a3199668d428f885206d21 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Thu, 22 May 2025 00:05:20 +0200 Subject: [PATCH] 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);