From: Banana Date: Mon, 15 Apr 2024 11:15:56 +0000 (+0200) Subject: cleanup X-Git-Tag: 1.7~36 X-Git-Url: http://91.132.146.200/gitweb/?a=commitdiff_plain;h=9b459de5742e101a34f760ab63b29bea9ddfdf5f;p=bibliotheca-php.git cleanup Signed-off-by: Banana --- diff --git a/webclient/lib/summoner.class.php b/webclient/lib/summoner.class.php index 9732707..5a173dc 100644 --- a/webclient/lib/summoner.class.php +++ b/webclient/lib/summoner.class.php @@ -436,7 +436,7 @@ class Summoner { return isset($array[$key]) ? $array[$key] : false; } } - + /** * Replace in $haystack the $needle with $replace only once *