Skip to content

Commit

Permalink
Merge pull request #1297 from Mopolo/suppression-variable-inexistante…
Browse files Browse the repository at this point in the history
…-mailing

Suppression d'une variable inexistante
  • Loading branch information
agallou committed Jun 18, 2023
2 parents 33735bb + 64ec47f commit e27c804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/Afup/Utils/Mailing.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function obtenirEmails($blacklist = false)
{
$blacklist_sql = $blacklist ? '1' : '0';
$requete = 'SELECT';
$requete .= ' ' . $champs;
$requete .= ' ';
$requete .= 'FROM';
$requete .= ' afup_email ';
$requete .= 'WHERE blacklist = ' . $blacklist_sql;
Expand Down

0 comments on commit e27c804

Please sign in to comment.