-
Improvement
-
Resolution: Fixed
-
Trivial
-
1.9.1
-
None
-
Any
-
MOODLE_19_STABLE
-
MOODLE_19_STABLE
While formatting the output to display a latlong field in list or single view, currently some completely useless operations are being applied, such as a concatenation in the form
"" . $string (instead of just $string)
or a subtraction in the form
0 - $number (instead of just -$number)