Switches email related classes to the new User model.
[platal.git] / bin / cron / rapports_inscription.php
index b7892cd..d25f1fd 100755 (executable)
@@ -39,7 +39,7 @@ if ($b = $res->total()) {
 $res = XDB::query('SELECT COUNT(DISTINCT uid), COUNT(*) FROM register_marketing');
 list($a, $b) = $res->fetchOneRow();
 $MESSAGE .= "\n$c INSCRIPTIONS SOLICITÉES :\n";
-$MESSAGE .= "    $a utilisateurs\n    $b adresses mails\n";
+$MESSAGE .= "    $a utilisateurs\n    $b adresses email\n";
 
 // ---------------------------------------