Commit 013b87b3d893c48116d6aacaf4132bb3546217f2

Authored by grouille
1 parent 42ae1042

Ajout compte

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
site/accesBase.php
... ... @@ -60,7 +60,7 @@
60 60 }
61 61 }
62 62  
63   - function getGroupe($id)
  63 + /*function getGroupe($id)
64 64 {
65 65 $db = connexion();
66 66 echo "doeoee";
... ... @@ -79,7 +79,7 @@
79 79 $tab = pg_fetch_all($result);
80 80 deconnexion($db);
81 81 return $tab;
82   - }
  82 + }*/
83 83  
84 84 function getMembreByIdPwd($id, $pwd)
85 85 {
... ...