1
0
mirror of https://github.com/moodle/moodle.git synced 2025-04-15 21:45:37 +02:00
Eloy Lafuente (stronk7) 87861d94e3 MDL-67115 google: php74 params order for implode()
Passing parameters to implode() in reverse order is deprecated, use
implode($glue, $parts) instead of implode($parts, $glue).

This commit corresponds to general search of wrong cases.
2020-01-19 18:47:28 +01:00
..