Patches applied:
* opensource@polytechnique.org--2005/platal--release--0.9.4--patch-21
yet another time the same stupidity
git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-435
$sent[] = "user_id='$uid'";
$nl->sendTo($prenom, $nom, $bestalias, $sexe, $fmt=='html');
}
- $globals->dbx->execute('UPDATE newsletter_ins SET last={?} WHERE '.implode(' OR ', $sent), $id);
+ $globals->xdb->execute('UPDATE newsletter_ins SET last={?} WHERE '.implode(' OR ', $sent), $id);
sleep(60);
}