MDL-44667 database: fix incorrect usages of $DB->get_field
authorJake Dallimore <jake@moodle.com>
Mon, 4 Dec 2017 08:53:51 +0000 (16:53 +0800)
committerJake Dallimore <jake@moodle.com>
Mon, 4 Dec 2017 08:53:51 +0000 (16:53 +0800)
commit3112c22004aad3a88c1d6825489beb0ff7d1a78b
treed9a889b997840778298b930113ac1b9f6422b3bf
parent5f54a8760f2821c12bd90beaa37b9fa937f101e6
MDL-44667 database: fix incorrect usages of $DB->get_field

Some places were passing 5 params, meaning the strictness param was
lost. This fixes those usages.
enrol/imsenterprise/tests/imsenterprise_test.php
mod/assign/submission/file/locallib.php
mod/assign/submission/onlinetext/locallib.php
question/type/multianswer/questiontype.php
search/tests/behat/behat_search.php