Skip to content

Commit

Permalink
Merge pull request #1569 from afup/fix_modification_inscription
Browse files Browse the repository at this point in the history
correction de la modification d'inscription
  • Loading branch information
agallou authored Dec 8, 2024
2 parents 7e1c06a + 095c856 commit 81fa29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/Afup/Forum/Inscriptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ function modifierInscription($id, $reference, $type_inscription, $civilite, $nom
$requete .= ' facturation=' . $this->_bdd->echapper($facturation) . ',';
$requete .= ' transport_mode=' . $this->_bdd->echapper($transportMode) . ',';
$requete .= ' transport_distance=' . $this->_bdd->echapper($transportDistance);
$requete .= 'WHERE';
$requete .= ' WHERE';
$requete .= ' id=' . $id;

$this->modifierEtatInscription($reference, $etat);
Expand Down

0 comments on commit 81fa29e

Please sign in to comment.