mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
Merge branch 'MDL-49231-master-fix2' of https://github.com/FMCorz/moodle
This commit is contained in:
commit
81117053b3
@ -190,11 +190,7 @@ if ( $allentries ) {
|
||||
// Setting the pivot for the current entry.
|
||||
if ($printpivot) {
|
||||
|
||||
if ($userispivot) {
|
||||
$pivot = $entry->userid;
|
||||
} else {
|
||||
$pivot = $pivotfn($entry);
|
||||
}
|
||||
$pivot = $entry->{$pivotkey};
|
||||
$upperpivot = core_text::strtoupper($pivot);
|
||||
$pivottoshow = core_text::strtoupper(format_string($pivot, true, $fmtoptions));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user