Skip to content

Commit

Permalink
fix(events): a typo was breaking the sending process
Browse files Browse the repository at this point in the history
  • Loading branch information
agilare committed Nov 20, 2023
1 parent 588509b commit 057219d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,16 @@
### Fixed

- events : queries to fix horaires val of copied rows and some other
- events : a typo was breaking the sending process in send by email

### Added

- Noctambus : add banner in home and explanation of partnership (and also for EPIC magazine) in user registration and add event

### Changed

- update PHPMailer, whoops, phpdotenv, phpstan, var-dumper...

### Removed

- [ ] jQuery Migrate
Expand Down
2 changes: 1 addition & 1 deletion evenement-email.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
nomLieu, adresse, quartier, urlLieu, description, flyer, prix, horaire_debut,horaire_fin, horaire_complement, ref, prelocations, statut
FROM evenement WHERE idEvenement =".$get['idE']);

if ($tab_even = $connector->fetchpArray($req_getEven))
if ($tab_even = $connector->fetchArray($req_getEven))
{
$contenu_message .= $tab_even['titre']."\n\n";
$contenu_message .= ucfirst(html_entity_decode(date_fr($tab_even['dateEvenement'], "annee", "", "", false))) . "\n\n";
Expand Down

0 comments on commit 057219d

Please sign in to comment.