additional_plugins/serendipity_event_podcast/player
Jens Kubieziel 3ae35d06c7
substitute break outside of a loop by return false (#114)
* substitute break outside of a loop by `return false`

PHP 7 doesn't accept `break` statements outside of loop or switch structures and
returns an error. See https://www.php.net/manual/en/control-structures.break.php
I substituted the `break` by a `return false` which as far as I assume does the same.

* Update the version number

* Update the changelog with version 1.37.4
2020-05-02 14:28:11 +02:00
..
flowplayer Migrate plugins 2011-12-13 12:29:05 +01:00
getid3 substitute break outside of a loop by return false (#114) 2020-05-02 14:28:11 +02:00
xspf Migrate plugins 2011-12-13 12:29:05 +01:00