mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #47397
[Bug 1749403] Re: Code correction in function find_key_name of lib/ddl.php
** Also affects: mahara/18.04
Importance: Medium
Status: In Progress
** Also affects: mahara/18.10
Importance: Undecided
Status: New
** Changed in: mahara/18.10
Status: New => Fix Committed
** Changed in: mahara/18.04
Status: In Progress => Fix Committed
** Changed in: mahara/18.04
Milestone: 18.10.0 => 18.04.0
** Changed in: mahara/18.10
Milestone: None => 18.10.0
** Changed in: mahara/18.10
Importance: Undecided => Medium
--
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/1749403
Title:
Code correction in function find_key_name of lib/ddl.php
Status in Mahara:
Fix Committed
Status in Mahara 18.04 series:
Fix Committed
Status in Mahara 18.10 series:
Fix Committed
Bug description:
In line 523 the existing code
if (!$field == $col->column_name) {
should be replaced with
if ($field !== $col->column_name) {
Greetings
Alex
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1749403/+subscriptions
References