Reviewed:  https://reviews.mahara.org/8676
Committed: 
https://git.mahara.org/mahara/mahara/commit/dc8c7c30b3273da3973975e3c9fb35925454e7e8
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:    18.04_STABLE

commit dc8c7c30b3273da3973975e3c9fb35925454e7e8
Author: Alexander Del Ponte <delpo...@uni-bremen.de>
Date:   Mon Mar 19 17:34:42 2018 +1300

Bug 1749403: Code correction in function find_key_name of lib/ddl.php

behatnotneeded

Change-Id: Iafa9250163ffea5e7d9902ad0e2a6c96f734c3b8
(cherry picked from commit 82bc31a76370da50695fa86f2e8f8662998f9482)

-- 
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

_______________________________________________
Mailing list: https://launchpad.net/~mahara-contributors
Post to     : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp

Reply via email to