additional_plugins/serendipity_event_podcast
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
..
player substitute break outside of a loop by return false (#114) 2020-05-02 14:28:11 +02:00
UTF-8 the other half of da04025 2014-11-29 15:51:17 +01:00
ChangeLog substitute break outside of a loop by return false (#114) 2020-05-02 14:28:11 +02:00
documentation_cs.html line endings in czech files changed to unix style 2013-12-27 17:58:04 +01:00
documentation_cz.html line endings in czech files changed to unix style 2013-12-27 17:58:04 +01:00
lang_cs.inc.php czech translations - removed leading slash from first line (introduced erroneously in previous commit) 2013-12-28 21:43:44 +01:00
lang_cz.inc.php czech translations - removed leading slash from first line (introduced erroneously in previous commit) 2013-12-28 21:43:44 +01:00
lang_de.inc.php also remove $Revision$ 2013-08-12 10:27:53 +02:00
lang_en.inc.php also remove $Revision$ 2013-08-12 10:27:53 +02:00
lang_fr.inc.php Migrate plugins 2011-12-13 12:29:05 +01:00
podcast_player.php xml compliance? 2012-03-26 18:54:36 +02:00
serendipity_event_podcast.php substitute break outside of a loop by return false (#114) 2020-05-02 14:28:11 +02:00