changeset 247:384a8ed6687d

Remove mb_internal_encoding($pageCharset), PHP7 hasn't got that anymore.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 02 Jun 2018 19:23:19 +0300
parents 548a349bc015
children 2656b64c4c04
files mgallery.php
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mgallery.php	Thu May 03 14:12:40 2018 +0300
+++ b/mgallery.php	Sat Jun 02 19:23:19 2018 +0300
@@ -435,8 +435,6 @@
   $localeInited = TRUE;
   $pageCharset = "UTF-8";
 
-  mb_internal_encoding($pageCharset);
-
   $tmp = "en_US.".strtolower(str_replace("-", "", $pageCharset));
   setlocale(LC_ALL, $tmp);
 }