Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
moodle
moodle
Commits
529a5588
Commit
529a5588
authored
Sep 30, 2021
by
Eloy Lafuente
Browse files
Merge branch 'MDL-72484' of
git://github.com/paulholden/moodle
parents
9f58ba6f
0e9b0a49
Changes
1
Hide whitespace changes
Inline
Side-by-side
report/eventlist/eventdetail.php
View file @
529a5588
...
...
@@ -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
]))
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment