boutils hace 10 años
padre
commit
abd187604b
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      ajax/datastores.php

+ 0 - 1
ajax/datastores.php

@@ -12,7 +12,6 @@ function connect(){
   mysql_select_db('eligibilite', $link) or die(mysql_error());
 }
 
-
 function executeQuery($requete) {
   $resultat = mysql_query($requete) or die(mysql_error());