mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
Merge branch 'MDL-45675_master' of https://github.com/markn86/moodle
This commit is contained in:
commit
c6e3d67934
@ -38,6 +38,7 @@ class data_field_menu extends data_field_base {
|
||||
|
||||
$str = '<div title="'.s($this->field->description).'">';
|
||||
|
||||
$options = array();
|
||||
$rawoptions = explode("\n",$this->field->param1);
|
||||
foreach ($rawoptions as $option) {
|
||||
$option = trim($option);
|
||||
|
Loading…
x
Reference in New Issue
Block a user