From 3b60a2cf0fa754c338f00894f348b83a156dd506 Mon Sep 17 00:00:00 2001 From: Daniel Tartavel Date: Sat, 31 Aug 2019 16:07:28 +0200 Subject: [PATCH] DT --- db.class.php | 2 +- synchro dolibarr nextcloud.txt | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/db.class.php b/db.class.php index 1981cdf..2a18c75 100644 --- a/db.class.php +++ b/db.class.php @@ -6,7 +6,7 @@ class db private $port = 3306; private $user = "root"; private $passwd = "Lalis_toor"; - public $dadabase; + public $database; public $connect; public $result; diff --git a/synchro dolibarr nextcloud.txt b/synchro dolibarr nextcloud.txt index 41cef91..b0cd597 100644 --- a/synchro dolibarr nextcloud.txt +++ b/synchro dolibarr nextcloud.txt @@ -47,13 +47,13 @@ data } Table oc_users -uid => llx_adherents.login -displayname => llx_adherents.firstname llx_adherents.lastname -password => "1|".llx_adherents.pass_crypted -uid_lower => llx_adherents.login en minuscule +uid => llx_adherent.login +displayname => llx_adherent.firstname llx_adherent.lastname +password => "1|".llx_adherent.pass_crypted +uid_lower => llx_adherent.login en minuscule table oc_group_user -uid (table oc_users) => llx_adherents.login -gid (membres, contributeur) =>llx_adherents.fk_adherent_type 2 => membres 3 =>contributeurs +uid (table oc_users) => llx_adherent.login +gid (membres, contributeur) =>llx_adherent.fk_adherent_type 2 => membres 3 =>contributeurs