Fix table name

This commit is contained in:
Michael RICOIS 2017-02-07 13:38:04 +01:00
parent 0324f3d011
commit a6c3ca14dd

View File

@ -100,7 +100,7 @@ class Entreprise extends Scores_Ws_Server
// --- Indicateur Adresse RNVP
try {
$sql = "SELECT dateRetourRnvp, codeRetour FROM villes.rnvp_sources
$sql = "SELECT dateRetourRnvp, codeRetour FROM villes.rnvpSources
WHERE source=:source AND source_id=:id";
$stmt = $this->conn->prepare($sql);
$stmt->bindValue('source', $entrep['Source']);