Comment 3 for bug 922031

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/1038
Committed: http://gitorious.org/mahara/mahara/commit/245abd15d607123a34fe705c0b696abd7b269fd1
Submitter: Francois Marier (<email address hidden>)
Branch: master

commit 245abd15d607123a34fe705c0b696abd7b269fd1
Author: Richard Mansfield <email address hidden>
Date: Tue Feb 7 11:06:17 2012 +1300

    Convert suspended date when reloading user object (bug #922031)

    Commit 725ba9294039b82bec947be5301acf160f4744ae tries to reload
    certain admin-settable fields from the database into a LiveUser when
    committing, but fails to convert the suspended date to a timestamp
    when doing so. This causes the date to be displayed incorrectly to
    suspended users when they log in.

    The same problem was fixed for expiry dates in commit f7dcdf818b, bug

    Change-Id: I3ce83f53183cbd9003226466149f54e878749d1e
    Signed-off-by: Richard Mansfield <email address hidden>