projects
/
cl7.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e415f0
)
FIX La connexion n'était pas établie lors de la création/mise à jour de la BD.
author
Greg Burri
<greg.burri@gmail.com>
Fri, 11 Sep 2009 10:07:41 +0000
(12:07 +0200)
committer
Greg Burri
<greg.burri@gmail.com>
Fri, 11 Sep 2009 10:07:41 +0000
(12:07 +0200)
php/update_db.php
patch
|
blob
|
history
diff --git
a/php/update_db.php
b/php/update_db.php
index
cc92e3a
..
7f43381
100644
(file)
--- 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()
{