noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 04/07: small bug : CSV setting not in SESSION


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 04/07: small bug : CSV setting not in SESSION
Date: Sat, 27 Aug 2022 08:03:46 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 4b874f77111a0c742c0fd5e399053b521e9badb7
Author: Dany De Bontridder <dany@alchimerys.be>
AuthorDate: Wed Aug 24 22:27:38 2022 +0200

    small bug : CSV setting not in SESSION
---
 include/ajax/ajax_preference.php | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/include/ajax/ajax_preference.php b/include/ajax/ajax_preference.php
index 551e7b045..5ce1a92ec 100644
--- a/include/ajax/ajax_preference.php
+++ b/include/ajax/ajax_preference.php
@@ -355,7 +355,10 @@ if ($action == 'save')
     $_SESSION[SESSION_KEY.'g_theme']=$style_user;
     $_SESSION[SESSION_KEY.'g_pagesize']=$p_size;
     $_SESSION[SESSION_KEY.'g_lang']=$lang;
-    
+    $_SESSION[SESSION_KEY.'csv_fieldsep']=$csv_fieldsep;
+    $_SESSION[SESSION_KEY.'csv_decimal']=$csv_decimal;
+    $_SESSION[SESSION_KEY.'csv_encoding']=$csv_encoding;
+
     // find the right CSS theme
     $style= $repo->get_value("select the_filestyle from theme
                            where the_name=$1" ,[$style_user]);



reply via email to

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