Comment 2 for bug 1323911

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

Reviewed: https://reviews.mahara.org/3391
Committed: http://gitorious.org/mahara/mahara/commit/b1ee27e05481cc2dd9554d125b082c556289719d
Submitter: Yuliya Bozhko (<email address hidden>)
Branch: master

commit b1ee27e05481cc2dd9554d125b082c556289719d
Author: Aaron Wells <email address hidden>
Date: Wed May 28 14:46:29 2014 +1200

Adjust auth_get_auth_instances_for_wwwroot() to handle the new institution.id column

Bug 1323911: Now that the auth_instance table and the institution table both have a
column called "id", the SQL query is ambiguous about which one it will return.
Cutting the query down so that it only returns the fields actually used in the code
resolves this ambiguity.

Change-Id: I5242aa7bdee38af9aa0a7da308bb0d30dc700621
Signed-off-by: Yuliya Bozhko <email address hidden>