boutils il y a 10 ans
Parent
commit
abd187604b
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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());