diff --git a/install/mysql.sql b/install/mysql.sql index 9109d61e..6afa9cf2 100644 --- a/install/mysql.sql +++ b/install/mysql.sql @@ -656,7 +656,7 @@ union select distinct concat('alterncpanel','@',`v`.`value`) AS `mail`, `m`.`mail` AS `alias` from ((`membres` `m` join `variable` `v`) join `domaines` `d`) -where (`v`.`name` = 'mailname_bounce'); +where (`v`.`name` = 'mailname_bounce' AND `m`.`uid`=2000); -- -- Structure de la table `piwik_users`