mirror of
https://github.com/moodle/moodle.git
synced 2025-03-13 20:26:32 +01:00
Merge branch 'MDL-72484' of git://github.com/paulholden/moodle
This commit is contained in:
commit
529a558802
@ -108,7 +108,7 @@ if (!empty($typeparams[2])) {
|
||||
}
|
||||
|
||||
// Retrieving the 'other' event field information.
|
||||
$otherpattern = "/(\*\s{5}-([\w|\s]*\:[\w|\s|\(|\)|.]*))/";
|
||||
$otherpattern = "/(\*\s{5,}-([\w|\s]*\:[\w|\s|\(|\)|.]*))/";
|
||||
$typeparams = array();
|
||||
preg_match_all($otherpattern, $eventcontents, $typeparams);
|
||||
if (!empty($typeparams[2])) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user