-
Bug
-
Resolution: Fixed
-
Minor
-
2.6
-
MOODLE_26_STABLE
-
MOODLE_24_STABLE, MOODLE_25_STABLE, MOODLE_26_STABLE
-
MDL-43005-master -
-
4
-
BACKEND Sprint 7
we have
$DB->get_record_sql("SELECT * FROM {tag} WHERE ". $DB->sql_like('name', '?', false), array("%$tag%")
|
Which returns error like
Error: mdb->get_record() found more than one record!
|
|
line 1427 of /lib/dml/moodle_database.php: call to debugging()
|
line 43 of /blog/index.php: call to moodle_database->get_record_sql()
|
when we have two tags similar to each other. For example: - tag and tagtest
- blocks
-
MDL-40040 Replace add_to_log with an event trigger - Blog
- Closed
- has been marked as being related by
-
MDL-43077 Update button on tag editting page is not display properly and action notice displayed as plain text.
- Closed
- Testing discovered
-
MDL-40040 Replace add_to_log with an event trigger - Blog
- Closed