Find corps field in profile educations when processing broken emails.
authorNicolas Iooss <nicolas.iooss_git@polytechnique.org>
Mon, 14 Oct 2013 17:19:36 +0000 (19:19 +0200)
committerNicolas Iooss <nicolas.iooss_git@polytechnique.org>
Mon, 14 Oct 2013 18:52:36 +0000 (20:52 +0200)
commitbc0276a2d79d88a56656514fe24bd427c0ef3b88
tree7d8f019d46edc9f3d0b8bdea0686ecbaafdde635
parent29d68ff3edf3369886ff840a3780488e8049eccd
Find corps field in profile educations when processing broken emails.

The process of the borken emails produces a CSV file with a "corps" field to help finding a working email address.
As $profile->getCorps() is often empty, this field can be field with the corps education found in $profile->getExtraEducations(), if it exists.

Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
classes/profile.php
modules/email.php