[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 05/19: Typo
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] 05/19: Typo |
Date: |
Sat, 31 Aug 2024 17:46:27 -0400 (EDT) |
sparkyx pushed a commit to branch pre-stable
in repository noalyss.
commit 8182e556794980aee2b43faf1df2c8e6b2ab5335
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Sat Aug 24 11:58:06 2024 +0200
Typo
---
include/ajax/ajax_preference.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/ajax/ajax_preference.php b/include/ajax/ajax_preference.php
index 719bf21f4..e170e949e 100644
--- a/include/ajax/ajax_preference.php
+++ b/include/ajax/ajax_preference.php
@@ -36,7 +36,7 @@ if (isset($_REQUEST['gDossier']) &&
$http->request("gDossier","number",0) != 0 )
$g_user->load_global_pref();
$msg = "";
$cn =Dossier::connect();
- $g_user->cn = $cn;
+ $g_user->db = $cn;
$inside_dossier = true;
$local_pref=$g_user->get_preference();
}
- [Noalyss-commit] [noalyss] branch pre-stable created (now ae29565cf), dwm, 2024/08/31
- [Noalyss-commit] [noalyss] 10/19: upgrade199 : Correct SQL, dwm, 2024/08/31
- [Noalyss-commit] [noalyss] 16/19: cosmetic, dwm, 2024/08/31
- [Noalyss-commit] [noalyss] 05/19: Typo,
dwm <=
- [Noalyss-commit] [noalyss] 02/19: Bug : fix create event from AGENDA, dwm, 2024/08/31
- [Noalyss-commit] [noalyss] 07/19: Fix : error when empty, dwm, 2024/08/31
- [Noalyss-commit] [noalyss] 06/19: Limit search thanks user's preferences, dwm, 2024/08/31
- [Noalyss-commit] [noalyss] 01/19: Merge branch 'unstable' of gitlab.com:noalyss/noalyss into unstable, dwm, 2024/08/31
- [Noalyss-commit] [noalyss] 08/19: set the search_path, dwm, 2024/08/31
- [Noalyss-commit] [noalyss] 09/19: Database : correct the scripts for creating DB and adapt to postgreSQL 12, dwm, 2024/08/31
- [Noalyss-commit] [noalyss] 11/19: set version 9.3, dwm, 2024/08/31
- [Noalyss-commit] [noalyss] 12/19: Task #2372 : Change AD, dwm, 2024/08/31
- [Noalyss-commit] [noalyss] 04/19: Cosmetic, dwm, 2024/08/31
- [Noalyss-commit] [noalyss] 03/19: GESTION : operation add receipt number, dwm, 2024/08/31