From 0cfdb3be004761ec496d941992d426847ad108d3 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Tue, 13 Oct 2015 13:54:26 +0200 Subject: [PATCH] Speed up function by replacing str_ireplace with strpos. --- Changelog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changelog b/Changelog index ab3362d63..75bebefb2 100755 --- a/Changelog +++ b/Changelog @@ -1,3 +1,5 @@ +2015-10-13 DariusIII + Fix: improve speed by replacing str_ireplace with strpos. 2015-10-13 DariusIII ???: Have no idea what is wrong 2015-10-13 DariusIII