From 2dd3ec5a6855e861d5d678126a344a2d9227d886 Mon Sep 17 00:00:00 2001 From: Greg Burri Date: Fri, 11 Sep 2009 12:07:41 +0200 Subject: [PATCH] =?utf8?q?FIX=20La=20connexion=20n'=C3=A9tait=20pas=20?= =?utf8?q?=C3=A9tablie=20lors=20de=20la=20cr=C3=A9ation/mise=20=C3=A0=20jo?= =?utf8?q?ur=20de=20la=20BD.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- php/update_db.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/php/update_db.php b/php/update_db.php index cc92e3a..7f43381 100644 --- a/php/update_db.php +++ b/php/update_db.php @@ -4,7 +4,9 @@ * Si des tables n'existes pas elles sont automatiquement créées. */ -include("connexion.php"); +include_once("connexion.php"); + +$connexion = new Connexion(); function creer_db() { -- 2.43.0