diff --git a/README-LABINVENT.md b/README-LABINVENT.md index 8bcc247..454bcca 100755 --- a/README-LABINVENT.md +++ b/README-LABINVENT.md @@ -51,9 +51,9 @@ Logiciel testé et validé sur les configurations suivantes : VERSION ACTUELLE Date: 10/06/2016 -Version: 2.4.3.3 +Version: 2.4.3.4 -Bouton "Lier doc" commenté +Bugfixes Version majeure en cours (2.5): https://projects.irap.omp.eu/versions/99 diff --git a/install/installation.sh b/install/installation.sh index 7908ee3..c4fec2c 100755 --- a/install/installation.sh +++ b/install/installation.sh @@ -304,7 +304,7 @@ if [ $BDD = "Oui" ] ; then else #Structure de la base de test présente dans le fichier "labinvent_mode_update.sql" cat ./labinvent_mode_update.sql > ./build_update.sql - mysql --user=$bddAdminName --password=$bddAdminPass -h $bddIp < ./build.sql + mysql --user=$bddAdminName --password=$bddAdminPass -h $bddIp < ./build_update.sql fi diff --git a/src/Template/Layout/default.ctp b/src/Template/Layout/default.ctp index 6dd54c9..75df3c9 100755 --- a/src/Template/Layout/default.ctp +++ b/src/Template/Layout/default.ctp @@ -94,7 +94,7 @@ $cakeDescription = 'Labinvent 2.0';