Comment 2 for bug 1311963

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

Reviewed: https://reviews.mahara.org/3287
Committed: http://gitorious.org/mahara/mahara/commit/f91fbf0aa2bcf08876c1ad8646b298c92b3d79dd
Submitter: Robert Lyon (<email address hidden>)
Branch: master

commit f91fbf0aa2bcf08876c1ad8646b298c92b3d79dd
Author: Aaron Wells <email address hidden>
Date: Thu Apr 24 14:49:31 2014 +1200

Fixes an "undefined index" warning on the account settings page

Bug 1311963. The call to get_records_assoc() assumes that institution.name
will be the first column returned. But we've added an institution.id column
that comes before that, so now we need to specifically tell it to use the
name column instead.

Change-Id: I51ef6e805b80894fa6af7bc732fb241adac0fdec