fix: le champ row n'existe plus/pas
This commit is contained in:
parent
77537f58be
commit
03abfaecc3
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ function formulaires_editer_compte_spip_verifier_dist($id_auteur = 'new', $redi
|
|||
include_spip('base/abstract_sql');
|
||||
|
||||
if ($row = sql_fetsel(
|
||||
'statut, id_auteur, login, email, row',
|
||||
'statut, id_auteur, login, email',
|
||||
'spip_auteurs',
|
||||
[
|
||||
'email=' . sql_quote($declaration['email']),
|
||||
|
|
Loading…
Add table
Reference in a new issue