Speed up function by replacing str_ireplace with strpos.

This commit is contained in:
DariusIII
2015-10-13 13:54:26 +02:00
parent ca85a482c9
commit 0cfdb3be00
+2
View File
@@ -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