Removing leftover refs to ISO-8859-1. RIP

This commit is contained in:
Xkeeper
2015-08-13 23:36:37 -07:00
parent b91650258a
commit 2707ee4fb0
2 changed files with 2 additions and 2 deletions

View File

@@ -756,7 +756,7 @@ function getuserlink(&$u, $substitutions = null, $urlclass = '') {
$alsoKnownAs = (($u[$fn['aka']] && $u[$fn['aka']] != $u[$fn['name']])
? " title='Also known as: {$akafield}'" : '');
$u[$fn['name']] = htmlspecialchars($u[$fn['name']], ENT_QUOTES, "ISO-8859-1");
$u[$fn['name']] = htmlspecialchars($u[$fn['name']], ENT_QUOTES);
global $tzoff;
$birthday = (date('m-d', $u[$fn['birthday']]) == date('m-d',ctime() + $tzoff));