Fix subscription to promotion list during registration.
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Tue, 28 Dec 2010 20:57:51 +0000 (21:57 +0100)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Tue, 28 Dec 2010 20:57:51 +0000 (21:57 +0100)
commitdd9b361324a289efb9b4c9d67c5324a3d5036d53
treed7cacbba47958777d0c811b42bd615e66c6a4928
parent3e3d853e45f3b9471fb1840eeb30652646fef1ba
Fix subscription to promotion list during registration.

The actual bug seems to be a synchronisation issue while querying the db
from the RPC: the registration of the user does not seem to be seen by the
RPC. The fix add an explicit transaction around some queries. It also
fixes the name of the list...

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
modules/register.php