issue #0001545 : Correction selection bdd

This commit is contained in:
Michael RICOIS 2013-02-15 10:17:53 +00:00
parent c8b13a3d42
commit 5ce405e224

View File

@ -490,7 +490,6 @@ $tabEntete[] = 'SiretValide';
if( null != $profilDoublon ) {
$tabEntete[] = 'Doublon';
}
unset($tabExtract);
//Construction de l'entete pour le fichier
@ -1429,7 +1428,7 @@ function GPSData($siren, $nic, $values = false)
$tabData['altitude'] = '';
$tabData['precis'] = '';
$iDb = new WDB('sdv1');
$iDb = new WDB('jo');
$result = $iDb->select(
'etablissements e',
"e.adr_num, e.adr_btq, e.adr_typeVoie, e.adr_libVoie, e.adr_comp, e.adr_cp, e.adr_ville",