[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 01/19: Typo DatabaseCore
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 01/19: Typo DatabaseCore |
Date: |
Mon, 9 Sep 2019 13:54:57 -0400 (EDT) |
sparkyx pushed a commit to branch master
in repository noalyss.
commit 6ff5ba77adb87a09b7954bb8c3c9be04bf7fd93f
Author: Dany De Bontridder <address@hidden>
Date: Sun Sep 8 10:41:26 2019 +0200
Typo DatabaseCore
---
html/install.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/html/install.php b/html/install.php
index 75b2498..f600471 100644
--- a/html/install.php
+++ b/html/install.php
@@ -202,9 +202,9 @@ if (isset($_POST['save_config'])) {
require_once NOALYSS_INCLUDE.'/lib/config_file.php';
// Try to connect , if it doesn't work that do not create the config file
if ($multi=="N") {
- $cnx = Database::connect($db_user, $db_password,'template1', $db_host,
$db_port);
+ $cnx = new DatabaseCore($db_user, $db_password,'template1', $db_host,
$db_port);
}else {
- $cnx = Database::connect($db_user, $db_password,$db_name, $db_host,
$db_port);
+ $cnx = new DatabaseCore($db_user, $db_password,$db_name, $db_host,
$db_port);
}
// -----
// If conx successfull save the file or display it
- [Noalyss-commit] [noalyss] branch master updated (598fe82 -> dcd880f), Dany De Bontridder, 2019/09/09
- [Noalyss-commit] [noalyss] 01/19: Typo DatabaseCore,
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 02/19: highlight default password, Dany De Bontridder, 2019/09/09
- [Noalyss-commit] [noalyss] 03/19: hightlight password + add waiting box when installing, Dany De Bontridder, 2019/09/09
- [Noalyss-commit] [noalyss] 10/19: Task #0001733: Impression moyen paiement Add name of the bank card to the prepared query, Dany De Bontridder, 2019/09/09
- [Noalyss-commit] [noalyss] 11/19: CFGLED Ergonomy : the card we've created is proposed in the field "bank account", Dany De Bontridder, 2019/09/09
- [Noalyss-commit] [noalyss] 12/19: Merge branch 'dev7109', Dany De Bontridder, 2019/09/09
- [Noalyss-commit] [noalyss] 14/19: Fiche:GetByDef if nothing is found returns empty array, Dany De Bontridder, 2019/09/09
- [Noalyss-commit] [noalyss] 16/19: Fiche Cosmetic :, Dany De Bontridder, 2019/09/09
- [Noalyss-commit] [noalyss] 04/19: Correct Add button for ledger when creating FIN ledger, Dany De Bontridder, 2019/09/09
- [Noalyss-commit] [noalyss] 05/19: Bug prerelease : Cannot save preference, Dany De Bontridder, 2019/09/09
- [Noalyss-commit] [noalyss] 07/19: Code : mistype variable $step, Dany De Bontridder, 2019/09/09