News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Say Thanks

Started by kelvincool, August 30, 2014, 05:16:29 PM

Previous topic - Next topic

Bugo

@kelvincool, in version for SMF 2.1 your mod does not need such fixes, you can safely delete them:


if ($context['user']['language'] == 'russian')
{
  
$arr['response'] = iconv('Windows-1251''UTF-8'$arr['response']);
}

if (
$context['user']['language'] == 'russian')
{
  
$arr['list'] = iconv('Windows-1251''UTF-8'$arr['list']);
  
$arr['response'] = iconv('Windows-1251''UTF-8'$arr['response']);
}


kelvincool

Thank you @Bugo, I will remember to remove that with my next release  :)

Advertisement: