← Back to team overview

mahara-contributors team mailing list archive

[Bug 1323911] Re: institution.id column breaks "auth_get_auth_instances_for_wwwroot()" function

 

** Changed in: mahara
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1323911

Title:
  institution.id column breaks "auth_get_auth_instances_for_wwwroot()"
  function

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  The function (which is used during Mnet login) has a SQL query that
  selects "auth_instance.*, institution.*". It used to be that
  auth_instance had a column called "id" and institution did not, so
  this didn't cause any problems. But now that institution also has an
  "id" column, it overwrites the auth_instance.id in the PHP result set.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1323911/+subscriptions


References