boutils 10 anni fa
parent
commit
abd187604b
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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());